]> git.baikalelectronics.ru Git - kernel.git/commit
[PATCH] v9fs: VFS file, dentry, and directory operations
authorEric Van Hensbergen <ericvh@gmail.com>
Fri, 9 Sep 2005 20:04:18 +0000 (13:04 -0700)
committerLinus Torvalds <torvalds@g5.osdl.org>
Fri, 9 Sep 2005 20:57:56 +0000 (13:57 -0700)
commit16d814273c0c5bb9de0b99d925eef73b4ab18c99
tree3ced44a52b09e6414501f686a12f77ca09bbd067
parentf309d201d7561c40c001a7beaad88b6c2d131a99
[PATCH] v9fs: VFS file, dentry, and directory operations

This part of the patch contains the VFS file, dentry & directory interfaces.

Signed-off-by: Eric Van Hensbergen <ericvh@gmail.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
fs/9p/vfs_dentry.c [new file with mode: 0644]
fs/9p/vfs_dir.c [new file with mode: 0644]
fs/9p/vfs_file.c [new file with mode: 0644]