AFS: write back dirty data on unmount
authorDavid Howells <dhowells@redhat.com>
Wed, 16 May 2007 06:57:02 +0000 (23:57 -0700)
committerLinus Torvalds <torvalds@woody.linux-foundation.org>
Thu, 17 May 2007 04:19:15 +0000 (21:19 -0700)
commitfaab83bbcd9e001077e42a7c085f1e871997647f
treea3e41d25524d75a9f4ca2ec88ca51cad0e728936
parent5b58e21a27028a9f0399449d8bc8494fd9d9ff70
AFS: write back dirty data on unmount

Fix AFS to write back dirty on unmounting.  This didn't happen because
afs_super_ops.drop_inode was pointing to generic_delete_inode.  Now this
pointer is left set to NULL so that the default behaviour occurs instead.

Signed-off-by: David Howells <dhowells@redhat.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
fs/afs/super.c