aboutsummaryrefslogtreecommitdiff
path: root/fs/cifs
diff options
context:
space:
mode:
authorGravatar Nick Piggin <npiggin@suse.de> 2009-12-21 16:28:53 -0800
committerGravatar Al Viro <viro@zeniv.linux.org.uk> 2010-03-03 13:00:20 -0500
commitd208bbdda991b8808d9c033ce4d31cb1bd87dcfc (patch)
tree8589a1f440a261008addb1ed97b75208eb37a6f1 /fs/cifs
parentfs/dcache.c: CodingStyle cleanup (diff)
downloadlinux-d208bbdda991b8808d9c033ce4d31cb1bd87dcfc.tar.gz
linux-d208bbdda991b8808d9c033ce4d31cb1bd87dcfc.tar.bz2
linux-d208bbdda991b8808d9c033ce4d31cb1bd87dcfc.zip
fs: improve remount,ro vs buffercache coherency
Invalidate sb->s_bdev on remount,ro. Fixes a problem reported by Jorge Boncompte who is seeing corruption trying to snapshot a minix filesystem image. Some filesystems modify their metadata via a path other than the bdev buffer cache (eg. they may use a private linear mapping for their metadata, or implement directories in pagecache, etc). Also, file data modifications usually go to the bdev via their own mappings. These updates are not coherent with buffercache IO (eg. via /dev/bdev) and never have been. However there could be a reasonable expectation that after a mount -oremount,ro operation then the buffercache should subsequently be coherent with previous filesystem modifications. So invalidate the bdev mappings on a remount,ro operation to provide a coherency point. The problem was exposed when we switched the old rd to brd because old rd didn't really function like a normal block device and updates to rd via mappings other than the buffercache would still end up going into its buffercache. But the same problem has always affected other "normal" block devices, including loop. [akpm@linux-foundation.org: repair comment layout] Reported-by: "Jorge Boncompte [DTI2]" <jorge@dti2.net> Tested-by: "Jorge Boncompte [DTI2]" <jorge@dti2.net> Signed-off-by: Nick Piggin <npiggin@suse.de> Cc: Al Viro <viro@zeniv.linux.org.uk> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Diffstat (limited to 'fs/cifs')
0 files changed, 0 insertions, 0 deletions