alistair23-linux/fs/hpfs
Al Viro bbd6851a32 Push lock_super() into the ->remount_fs() of filesystems that care about it
Note that since we can't run into contention between remount_fs and write_super
(due to exclusion on s_umount), we have to care only about filesystems that
touch lock_super() on their own.  Out of those ext3, ext4, hpfs, sysv and ufs
do need it; fat doesn't since its ->remount_fs() only accesses assign-once
data (basically, it's "we have no atime on directories and only have atime on
files for vfat; force nodiratime and possibly noatime into *flags").

[folded a build fix from hch]

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
2009-06-11 21:36:08 -04:00
..
alloc.c
anode.c
buffer.c
dentry.c constify dentry_operations: misc filesystems 2009-03-27 14:44:00 -04:00
dir.c
dnode.c
ea.c
file.c [PATCH] hpfs: cleanup ->setattr 2008-10-23 05:12:58 -04:00
hpfs.h
hpfs_fn.h [PATCH] hpfs: cleanup ->setattr 2008-10-23 05:12:58 -04:00
inode.c [PATCH] hpfs: cleanup ->setattr 2008-10-23 05:12:58 -04:00
Kconfig fs/Kconfig: move hpfs out 2009-01-22 13:15:59 +03:00
Makefile
map.c
name.c
namei.c CRED: Wrap task credential accesses in the HPFS filesystem 2008-11-14 10:38:55 +11:00
super.c Push lock_super() into the ->remount_fs() of filesystems that care about it 2009-06-11 21:36:08 -04:00