OpenAFS Master Repository branch, openafs-stable-1_4_x, updated. 9b37972e610d38a8f45a027d7c10459e29524088
Gerrit Code Review
gerrit@openafs.org
Fri, 30 Oct 2009 05:22:10 -0700 (PDT)
The following commit has been merged in the openafs-stable-1_4_x branch:
commit 9b37972e610d38a8f45a027d7c10459e29524088
Author: Marc Dionne <marc.c.dionne@gmail.com>
Date: Thu Sep 17 16:57:52 2009 -0400
Linux: 2.6.32 - Adapt to writeback changes
Adapt to the writeback changes in kernel 2.6.32
- Since we define our own backing_dev, it needs to be registered with
the writeback code and attached to the super_block. Otherwise it
might get ignored when writeback is needed.
- Each backing_dev now gets its own kernel thread. The name of the
thread is based on the registered name - the openafs one will appear
as "flush-afs".
Reviewed-on: http://gerrit.openafs.org/574
Tested-by: Derrick Brashear <shadow@dementia.org>
Reviewed-by: Derrick Brashear <shadow@dementia.org>
Change-Id: Ib1403a65991fc7c2cb73099feef7e0dbec02543d
Reviewed-on: http://gerrit.openafs.org/755
acinclude.m4 | 1 +
src/afs/LINUX/osi_vfsops.c | 5 +++++
src/cf/linux-test4.m4 | 13 +++++++++++++
3 files changed, 19 insertions(+), 0 deletions(-)
--
OpenAFS Master Repository