[PATCH] v9fs: fix bug in atomic create open fix
authorEric Van Hensbergen <ericvh@gmail.com>
Thu, 2 Mar 2006 10:54:32 +0000 (02:54 -0800)
committerLinus Torvalds <torvalds@g5.osdl.org>
Thu, 2 Mar 2006 16:33:07 +0000 (08:33 -0800)
commit74b8054c730785cd9db093e48f53337e521b6270
treed67f4d55de189d39afd82e0de3aa0edbccec4a23
parent6a3124a3946c16159c3faf83e62ffdb5d1134b3a
[PATCH] v9fs: fix bug in atomic create open fix

Lucho's atomic create+open fix had a bug in the super block initialization
causing all mounts to fail.  He was freeing an fcall too early.  This patch
fixes that oversight.

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_super.c