OpenAFS Master Repository branch, openafs-stable-1_6_x, updated. openafs-stable-1_6_0b-164-g032736b
Gerrit Code Review
gerrit@openafs.org
Mon, 21 Nov 2011 20:36:26 -0800 (PST)
The following commit has been merged in the openafs-stable-1_6_x branch:
commit 032736bc052d3fb1a1d4f033a47e844d7f4ea05a
Author: Marc Dionne <marc.c.dionne@gmail.com>
Date: Mon Nov 21 21:27:06 2011 -0500
Linux: make sure backing_dev_info is zeroed
The afs backing_dev_info structure is allocated dynamically
without zeroing out the contents. In particular there's no
guarantee that congested_fn is NULL, causing spurious oopses
when bdi_congested in the kernel tries to call it.
(adapted from commit 8e97cf6f215d5575c63d86eaec59031399f4beda)
Change-Id: I83755b6bb5ec2fada7e077c00d3d8edf8af1cae4
Reviewed-on: http://gerrit.openafs.org/6104
Tested-by: BuildBot <buildbot@rampaginggeek.com>
Reviewed-by: Derrick Brashear <shadow@dementix.org>
src/afs/LINUX/osi_vfsops.c | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
--
OpenAFS Master Repository