linux/fs/ext4
Christoph Hellwig 1b061d9247 rename the generic fsync implementations
We don't name our generic fsync implementations very well currently.
The no-op implementation for in-memory filesystems currently is called
simple_sync_file which doesn't make too much sense to start with,
the the generic one for simple filesystems is called simple_fsync
which can lead to some confusion.

This patch renames the generic file fsync method to generic_file_fsync
to match the other generic_file_* routines it is supposed to be used
with, and the no-op implementation to noop_fsync to make it obvious
what to expect.  In addition add some documentation for both methods.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
2010-05-27 22:06:06 -04:00
..
acl.c ext4: constify xattr_handler 2010-05-21 18:31:19 -04:00
acl.h
balloc.c
bitmap.c
block_validity.c ext4: Drop whitespace at end of lines 2010-05-17 07:00:00 -04:00
dir.c
ext4_extents.h
ext4_jbd2.c
ext4_jbd2.h
ext4.h drop unused dentry argument to ->fsync 2010-05-27 22:05:02 -04:00
extents.c ext4: Drop whitespace at end of lines 2010-05-17 07:00:00 -04:00
file.c
fsync.c rename the generic fsync implementations 2010-05-27 22:06:06 -04:00
hash.c
ialloc.c Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 2010-05-27 10:26:37 -07:00
inode.c Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 2010-05-27 10:26:37 -07:00
ioctl.c ext4: Drop whitespace at end of lines 2010-05-17 07:00:00 -04:00
Kconfig
Makefile
mballoc.c ext4: Drop whitespace at end of lines 2010-05-17 07:00:00 -04:00
mballoc.h
migrate.c
move_extent.c
namei.c ext4: Make fsync sync new parent directories in no-journal mode 2010-05-17 08:00:00 -04:00
resize.c
super.c ext4: Drop whitespace at end of lines 2010-05-17 07:00:00 -04:00
symlink.c
xattr_security.c ext4: constify xattr_handler 2010-05-21 18:31:19 -04:00
xattr_trusted.c ext4: constify xattr_handler 2010-05-21 18:31:19 -04:00
xattr_user.c ext4: constify xattr_handler 2010-05-21 18:31:19 -04:00
xattr.c Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 2010-05-27 10:26:37 -07:00
xattr.h ext4: constify xattr_handler 2010-05-21 18:31:19 -04:00