]> git.baikalelectronics.ru Git - kernel.git/commit
[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)
commit2c04dc79ec5ede6728c792630acfdf6a7280fb97
treed67f4d55de189d39afd82e0de3aa0edbccec4a23
parent3fd702c7261ca6e9173e65c7f2e779f117f8e320
[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