alistair23-linux/fs/ufs
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
..
balloc.c ufs: Use lowercase names of quota functions 2009-03-26 02:18:36 +01:00
cylinder.c drop linux/ufs_fs.h from userspace export and relocate it to fs/ufs/ufs_fs.h 2008-02-08 09:22:39 -08:00
dir.c switch ufs directories to ufs_sync_file() 2009-05-09 10:49:42 -04:00
file.c switch ufs directories to ufs_sync_file() 2009-05-09 10:49:42 -04:00
ialloc.c ufs: Use lowercase names of quota functions 2009-03-26 02:18:36 +01:00
inode.c ufs: ensure fast symlinks are NUL-terminated 2009-03-27 14:43:58 -04:00
Kconfig fs/Kconfig: move ufs out 2009-01-22 13:16:00 +03:00
Makefile Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
namei.c ufs: copy symlink data into the correct union member 2009-03-27 14:43:58 -04:00
super.c Push lock_super() into the ->remount_fs() of filesystems that care about it 2009-06-11 21:36:08 -04:00
swab.h ufs: replace __inline with inline 2008-04-28 08:58:45 -07:00
symlink.c drop linux/ufs_fs.h from userspace export and relocate it to fs/ufs/ufs_fs.h 2008-02-08 09:22:39 -08:00
truncate.c drop linux/ufs_fs.h from userspace export and relocate it to fs/ufs/ufs_fs.h 2008-02-08 09:22:39 -08:00
ufs.h switch ufs directories to ufs_sync_file() 2009-05-09 10:49:42 -04:00
ufs_fs.h drop linux/ufs_fs.h from userspace export and relocate it to fs/ufs/ufs_fs.h 2008-02-08 09:22:39 -08:00
util.c drop linux/ufs_fs.h from userspace export and relocate it to fs/ufs/ufs_fs.h 2008-02-08 09:22:39 -08:00
util.h ufs: fix parenthesisation in ufs_set_fs_state() 2008-02-23 17:12:13 -08:00