]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
9p: Implement TMKDIR
authorM. Mohan Kumar <mohan@in.ibm.com>
Wed, 16 Jun 2010 08:57:22 +0000 (14:27 +0530)
committerEric Van Hensbergen <ericvh@gmail.com>
Mon, 2 Aug 2010 19:28:31 +0000 (14:28 -0500)
commit01a622bd7409bb7af38e784cff814e5e723f7951
tree1b6e0d9806e560d7f89e0efa8981cfba4c213361
parent4b43516ab19b748b48322937fd9307af17541c4d
9p: Implement TMKDIR

Implement TMKDIR as part of 2000.L Work

Synopsis

    size[4] Tmkdir tag[2] fid[4] name[s] mode[4] gid[4]

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

Description

    mkdir asks the file server to create a directory with given name,
    mode and gid. The qid for the new directory is returned with
    the mkdir reply message.

Note: 72 is selected as the opcode for TMKDIR from the reserved list.

Signed-off-by: M. Mohan Kumar <mohan@in.ibm.com>
Signed-off-by: Venkateswararao Jujjuri <jvrao@linux.vnet.ibm.com>
Signed-off-by: Eric Van Hensbergen <ericvh@gmail.com>
fs/9p/vfs_inode.c
include/net/9p/9p.h
include/net/9p/client.h
net/9p/client.c