9p: Implement TMKNOD
authorM. Mohan Kumar <mohan@in.ibm.com>
Wed, 16 Jun 2010 08:57:01 +0000 (14:27 +0530)
committerEric Van Hensbergen <ericvh@gmail.com>
Mon, 2 Aug 2010 19:28:30 +0000 (14:28 -0500)
commit4b43516ab19b748b48322937fd9307af17541c4d
tree0ab84e8d69abce9d63e1937b1a807d2243444a01
parent50cc42ff3d7bc48a436c5a0413459ca7841b505f
9p: Implement TMKNOD

Synopsis

    size[4] Tmknod tag[2] fid[4] name[s] mode[4] major[4] minor[4] gid[4]

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

Description

    mknod asks the file server to create a device node with given major and
    minor number, mode and gid. The qid for the new device node is returned
    with the mknod reply message.

[sripathik@in.ibm.com: Fix error handling code]

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