alistair23-linux/fs/exofs
Boaz Harrosh baaf94cdc7 exofs: Avoid using file_fsync()
The use of file_fsync() in exofs_file_sync() is not necessary since it
does some extra stuff not used by exofs. Open code just the parts that
are currently needed.

TODO: Farther optimization can be done to sync the sb only on inode
update of new files, Usually the sb update is not needed in exofs.

Signed-off-by: Boaz Harrosh <bharrosh@panasas.com>
2009-06-21 17:53:47 +03:00
..
BUGS exofs: Documentation 2009-03-31 19:44:38 +03:00
common.h exofs: Remove IBM copyrights 2009-06-21 17:53:47 +03:00
dir.c exofs: Remove IBM copyrights 2009-06-21 17:53:47 +03:00
exofs.h exofs: Avoid using file_fsync() 2009-06-21 17:53:47 +03:00
file.c exofs: Avoid using file_fsync() 2009-06-21 17:53:47 +03:00
inode.c exofs: Remove IBM copyrights 2009-06-21 17:53:47 +03:00
Kbuild exofs: super_operations and file_system_type 2009-03-31 19:44:34 +03:00
Kconfig
namei.c exofs: Remove IBM copyrights 2009-06-21 17:53:47 +03:00
osd.c exofs: Remove IBM copyrights 2009-06-21 17:53:47 +03:00
super.c exofs: Avoid using file_fsync() 2009-06-21 17:53:47 +03:00
symlink.c exofs: Remove IBM copyrights 2009-06-21 17:53:47 +03:00