switch ext2 to simple_fsync()
kill ext2_sync_file() (along with ext2/fsync.c), get rid of ext2_update_inode() - it's an alias of ext2_write_inode(). Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
|
||||
obj-$(CONFIG_EXT2_FS) += ext2.o
|
||||
|
||||
ext2-y := balloc.o dir.o file.o fsync.o ialloc.o inode.o \
|
||||
ext2-y := balloc.o dir.o file.o ialloc.o inode.o \
|
||||
ioctl.o namei.o super.o symlink.o
|
||||
|
||||
ext2-$(CONFIG_EXT2_FS_XATTR) += xattr.o xattr_user.o xattr_trusted.o
|
||||
|
Reference in New Issue
Block a user