From: Latchesar Ionkov Date: Thu, 2 Mar 2006 10:54:30 +0000 (-0800) Subject: [PATCH] v9fs: fix atomic create open X-Git-Tag: v2.6.16-rc6~131 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6a3124a3946c16159c3faf83e62ffdb5d1134b3a;p=pandora-kernel.git [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 Signed-off-by: Eric Van Hensbergen Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed