kernel-hacking-2024-linux-s.../fs/9p
Latchesar Ionkov 6a3124a394 [PATCH] v9fs: fix atomic create open
In order to assure atomic create+open v9fs stores the open fid produced by
v9fs_vfs_create in the dentry, from where v9fs_file_open retrieves it and
associates it with the open file.

This patch modifies v9fs to use nameidata.intent.open values to do the atomic
create+open.

Signed-off-by: Latchesar Ionkov <lucho@ionkov.net>
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>
2006-03-02 08:33:07 -08:00
..
9p.c
9p.h
conv.c [PATCH] v9fs: v9fs_put_str fix 2006-02-03 08:32:06 -08:00
conv.h
debug.h
error.c
error.h
fid.c [PATCH] v9fs: fix atomic create open 2006-03-02 08:33:07 -08:00
fid.h [PATCH] v9fs: fix atomic create open 2006-03-02 08:33:07 -08:00
Makefile [PATCH] v9fs: add readpage support 2006-01-18 19:20:22 -08:00
mux.c [PATCH] v9fs: fix corner cases when flushing request 2006-02-03 08:32:06 -08:00
mux.h
trans_fd.c
trans_sock.c
transport.h
v9fs.c [PATCH] v9fs: update documentation and fix debug flag 2006-02-20 20:00:11 -08:00
v9fs.h
v9fs_vfs.h [PATCH] v9fs: fix atomic create open 2006-03-02 08:33:07 -08:00
vfs_addr.c [PATCH] v9fs: add readpage support 2006-01-18 19:20:22 -08:00
vfs_dentry.c
vfs_dir.c
vfs_file.c [PATCH] v9fs: fix atomic create open 2006-03-02 08:33:07 -08:00
vfs_inode.c [PATCH] v9fs: fix atomic create open 2006-03-02 08:33:07 -08:00
vfs_super.c [PATCH] v9fs: fix atomic create open 2006-03-02 08:33:07 -08:00