]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit8ceece4c54dea84983fdcb359924099e99991c6a
tree0ab84e8d69abce9d63e1937b1a807d2243444a01
parent6c3baf9b27d59d54b736fac6deca4966b71d0487
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