]> 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)
committerDerrick Brashear <shadow|account-1000005@unknown>
Sun, 4 Oct 2009 18:34:01 +0000 (11:34 -0700)
commitdb23268f682564000f2ac4f9f845d4fd261d4c90
tree95bcc5237afc24ffabf94e8f338ded5064850b82
parentfa8766d220e37d5c11fc6ac72e3de40f5054cfff
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>
acinclude.m4
src/afs/LINUX/osi_vfsops.c
src/cf/linux-test4.m4