OpenAFS Master Repository branch, master, updated. BP--openafs-stable-1_6_x-1598-g8e97cf6
Gerrit Code Review
gerrit@openafs.org
Mon, 5 Sep 2011 06:05:21 -0700 (PDT)
The following commit has been merged in the master branch:
commit 8e97cf6f215d5575c63d86eaec59031399f4beda
Author: Marc Dionne <marc.c.dionne@gmail.com>
Date: Sat Sep 3 12:32:33 2011 -0400
Linux: make sure backing_dev_info is zeroed
The afs backing_dev_info structure is allocated dynamically with
kmalloc, which doesn't zero out the contents. In particular
there's no guarantee that congested_fn is NULL, causing spurious
oopses when bdi_congested tries to call it.
Change-Id: Ieeed870905627a132a0d1bd2f15cf80443b36303
Reviewed-on: http://gerrit.openafs.org/5334
Reviewed-by: Simon Wilkinson <sxw@inf.ed.ac.uk>
Tested-by: BuildBot <buildbot@rampaginggeek.com>
Reviewed-by: Derrick Brashear <shadow@dementix.org>
src/afs/LINUX/osi_vfsops.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
--
OpenAFS Master Repository