]> 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>
Fri, 30 Oct 2009 12:21:46 +0000 (05:21 -0700)
commit9b37972e610d38a8f45a027d7c10459e29524088
tree5a8c1268855d3267152377a0c6121f667a4b58dc
parentc9974c7a23a30fad44014238a87b15272ef90d99
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