linux/fs/9p
M. Mohan Kumar 7a4439c406 9p: Include fsync support for 9p client
Implement the fsync in the client side by marking stat field values to 'don't touch' so that server may 
interpret it as a request to guarantee that the contents of the associated file are committed to stable 
storage before the Rwstat message is returned.

Without this patch, calling fsync on a 9p file results in "Invalid argument" error. Please check the attached 
C program.

Signed-off-by: Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com> 
Signed-off-by: M. Mohan Kumar <mohan@in.ibm.com> 
Acked-by: Venkateswararao Jujjuri (JV) <jvrao@linux.vnet.ibm.com>
Signed-off-by: Eric Van Hensbergen <ericvh@gmail.com>
2010-02-08 15:36:48 -06:00
..
cache.c 9p: fix build breakage introduced by FS-Cache 2009-12-01 07:35:11 -08:00
cache.h 9p: Add fscache support to 9p 2009-09-23 13:03:46 -05:00
fid.c
fid.h
Kconfig 9p: Add fscache support to 9p 2009-09-23 13:03:46 -05:00
Makefile 9p: Add fscache support to 9p 2009-09-23 13:03:46 -05:00
v9fs_vfs.h 9p: Include fsync support for 9p client 2010-02-08 15:36:48 -06:00
v9fs.c 9p: Add fscache support to 9p 2009-09-23 13:03:46 -05:00
v9fs.h 9p: Add fscache support to 9p 2009-09-23 13:03:46 -05:00
vfs_addr.c 9p: Add fscache support to 9p 2009-09-23 13:03:46 -05:00
vfs_dentry.c
vfs_dir.c 9p: fix readdir corner cases 2009-11-02 08:43:45 -06:00
vfs_file.c 9p: Include fsync support for 9p client 2010-02-08 15:36:48 -06:00
vfs_inode.c 9p: Include fsync support for 9p client 2010-02-08 15:36:48 -06:00
vfs_super.c fix oops in fs/9p late mount failure 2010-01-26 22:22:27 -05:00