Archived
14
0
Fork 0
This repository has been archived on 2022-02-17. You can view files and clone it, but cannot push or open issues or pull requests.
linux-2.6/fs/9p
Latchesar Ionkov d8da097afb [PATCH] v9fs: fix fid management in v9fs_create
v9fs_create doesn't manage correctly the fids when it is called to create a
directory..  The fid created by the create 9P call (newfid) and the one
created by walking to already created file (wfidno) are not used
consistently.

This patch cleans up the usage of newfid and wfidno.

Signed-off-by: Latchesar Ionkov <lucho@ionkov.net>
Cc: Eric Van Hensbergen <ericvh@ericvh.myip.org>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
2006-01-08 20:14:05 -08:00
..
9p.c [PATCH] v9fs: new multiplexer implementation 2006-01-08 20:14:05 -08:00
9p.h [PATCH] v9fs: new multiplexer implementation 2006-01-08 20:14:05 -08:00
conv.c [PATCH] v9fs: new multiplexer implementation 2006-01-08 20:14:05 -08:00
conv.h [PATCH] v9fs: new multiplexer implementation 2006-01-08 20:14:05 -08:00
debug.h [PATCH] v9fs: debug and support routines 2005-09-09 13:57:57 -07:00
error.c [PATCH] fix remaining missing includes 2005-11-07 07:53:41 -08:00
error.h [PATCH] v9fs: fix handling of malformed 9P messages 2005-09-09 13:57:58 -07:00
fid.c [PATCH] v9fs: new multiplexer implementation 2006-01-08 20:14:05 -08:00
fid.h [PATCH] v9fs: fix races in fid allocation 2005-09-28 07:46:40 -07:00
Makefile [PATCH] v9fs: Documentation, Makefiles, Configuration 2005-09-09 13:57:56 -07:00
mux.c [PATCH] v9fs: new multiplexer implementation 2006-01-08 20:14:05 -08:00
mux.h [PATCH] v9fs: new multiplexer implementation 2006-01-08 20:14:05 -08:00
trans_fd.c [PATCH] v9fs: new multiplexer implementation 2006-01-08 20:14:05 -08:00
trans_sock.c [PATCH] v9fs: new multiplexer implementation 2006-01-08 20:14:05 -08:00
transport.h [PATCH] v9fs: new multiplexer implementation 2006-01-08 20:14:05 -08:00
v9fs.c [PATCH] v9fs: new multiplexer implementation 2006-01-08 20:14:05 -08:00
v9fs.h [PATCH] v9fs: new multiplexer implementation 2006-01-08 20:14:05 -08:00
v9fs_vfs.h [PATCH] v9fs: VFS superblock operations and glue 2005-09-09 13:57:56 -07:00
vfs_dentry.c [PATCH] v9fs: new multiplexer implementation 2006-01-08 20:14:05 -08:00
vfs_dir.c [PATCH] v9fs: new multiplexer implementation 2006-01-08 20:14:05 -08:00
vfs_file.c [PATCH] Fix and add EXPORT_SYMBOL(filemap_write_and_wait) 2006-01-08 20:13:47 -08:00
vfs_inode.c [PATCH] v9fs: fix fid management in v9fs_create 2006-01-08 20:14:05 -08:00
vfs_super.c [PATCH] v9fs: new multiplexer implementation 2006-01-08 20:14:05 -08:00