linux-kernel-test/fs/9p
M. Mohan Kumar 329176cc2c 9p: Implement TREADLINK operation for 9p2000.L
Synopsis

	size[4] TReadlink tag[2] fid[4]
	size[4] RReadlink tag[2] target[s]

Description
	Readlink is used to return the contents of the symoblic link
        referred by fid. Contents of symboic link is returned as a
        response.

	target[s] - Contents of the symbolic link referred by fid.

Signed-off-by: M. Mohan Kumar <mohan@in.ibm.com>
Reviewed-by: Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com>
Signed-off-by: Venkateswararao Jujjuri <jvrao@linux.vnet.ibm.com>
Signed-off-by: Eric Van Hensbergen <ericvh@gmail.com>
2010-10-28 09:08:48 -05:00
..
acl.c fs/9p: Add access = client option to opt in acl evaluation. 2010-10-28 09:08:46 -05:00
acl.h fs/9p: Implement create time inheritance 2010-10-28 09:08:46 -05:00
cache.c include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h 2010-03-30 22:02:32 +09:00
cache.h 9p: Add fscache support to 9p 2009-09-23 13:03:46 -05:00
fid.c fs/9p: Add access = client option to opt in acl evaluation. 2010-10-28 09:08:46 -05:00
fid.h
Kconfig fs/9p: Implement POSIX ACL permission checking function 2010-10-28 09:08:46 -05:00
Makefile fs/9p: Implement POSIX ACL permission checking function 2010-10-28 09:08:46 -05:00
v9fs_vfs.h 9p: Implement TLOCK 2010-10-28 09:08:47 -05:00
v9fs.c fs/9p: Add access = client option to opt in acl evaluation. 2010-10-28 09:08:46 -05:00
v9fs.h 9p: Use V9FS_MAGIC in statfs 2010-10-28 09:08:47 -05:00
vfs_addr.c 9p: Add a Direct IO support for non-cached operations. 2010-10-28 09:08:45 -05:00
vfs_dentry.c include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h 2010-03-30 22:02:32 +09:00
vfs_dir.c 9p: Pass the correct end of buffer to p9dirent_read 2010-10-28 09:08:44 -05:00
vfs_file.c 9p: Implement TGETLOCK 2010-10-28 09:08:47 -05:00
vfs_inode.c 9p: Implement TREADLINK operation for 9p2000.L 2010-10-28 09:08:48 -05:00
vfs_super.c 9p: Use V9FS_MAGIC in statfs 2010-10-28 09:08:47 -05:00
xattr_user.c fs/9p: Add support user. xattr 2010-08-02 14:28:35 -05:00
xattr.c fs/9p: Add xattr callbacks for POSIX ACL 2010-10-28 09:08:46 -05:00
xattr.h fs/9p: Add xattr callbacks for POSIX ACL 2010-10-28 09:08:46 -05:00