]> git.michaelhowe.org Git - packages/o/openafs.git/commit
Linux: 2.6.32 - Adapt to writeback changes
authorMarc Dionne <marc.c.dionne@gmail.com>
Thu, 17 Sep 2009 20:57:52 +0000 (16:57 -0400)
committerRuss Allbery <rra@debian.org>
Wed, 4 Nov 2009 01:29:41 +0000 (17:29 -0800)
commit1b7ad28e9d7bab3ff117cda78c3c22a97500b4d4
tree04f431e36e39bc0cbd46ed694a810691a2160a0b
parentae6a3c79366d3906f46f59f424f2b9ef72a8186e
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
src/afs/LINUX/osi_vfsops.c
src/cf/linux-test4.m4