From: David Howells Date: Wed, 16 May 2007 06:57:02 +0000 (-0700) Subject: AFS: write back dirty data on unmount X-Git-Tag: v2.6.22-rc2~74 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=faab83bbcd9e001077e42a7c085f1e871997647f;p=pandora-kernel.git 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 Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed