commit | 74b8054c730785cd9db093e48f53337e521b6270 | [log] [tgz] |
---|---|---|
author | Eric Van Hensbergen <ericvh@gmail.com> | Thu Mar 02 02:54:32 2006 -0800 |
committer | Linus Torvalds <torvalds@g5.osdl.org> | Thu Mar 02 08:33:07 2006 -0800 |
tree | d67f4d55de189d39afd82e0de3aa0edbccec4a23 | |
parent | 6a3124a3946c16159c3faf83e62ffdb5d1134b3a [diff] |
[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>