alistair23-linux/fs/9p
Venkateswararao Jujjuri (JV) 50cc42ff3d 9p: Define and implement TSYMLINK for 9P2000.L
Create a symbolic link

SYNOPSIS

size[4] Tsymlink tag[2] fid[4] name[s] symtgt[s] gid[4]

size[4] Rsymlink tag[2] qid[13]

DESCRIPTION

Create a symbolic link named 'name' pointing to 'symtgt'.
gid represents the effective group id of the caller.
The  permissions of a symbolic link are irrelevant hence it is omitted
from the protocol.

Signed-off-by: Venkateswararao Jujjuri <jvrao@linux.vnet.ibm.com>
Reviewed-by: Sripathi Kodi <sripathik@in.ibm.com>
Signed-off-by: Eric Van Hensbergen <ericvh@gmail.com>
2010-08-02 14:28:29 -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: Pass the correct user credentials during attach 2010-08-02 14:25:08 -05:00
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.c fs/9p: Pass the correct user credentials during attach 2010-08-02 14:25:08 -05:00
v9fs.h 9p: add bdi backing to mount session 2010-04-22 11:42:00 +02:00
v9fs_vfs.h 9p: getattr client implementation for 9P2000.L protocol. 2010-08-02 14:25:09 -05:00
vfs_addr.c 9p: Add fscache support to 9p 2009-09-23 13:03:46 -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: readdir implementation for 9p2000.L 2010-08-02 14:25:07 -05:00
vfs_file.c 9p: Make use of iounit for read/write 2010-08-02 14:25:06 -05:00
vfs_inode.c 9p: Define and implement TSYMLINK for 9P2000.L 2010-08-02 14:28:29 -05:00
vfs_super.c 9p: getattr client implementation for 9P2000.L protocol. 2010-08-02 14:25:09 -05:00