]> git.baikalelectronics.ru Git - kernel.git/commit
[PATCH] v9fs: fix fid check in v9fs_create
authorLatchesar Ionkov <lucho@ionkov.net>
Wed, 28 Jun 2006 11:26:51 +0000 (04:26 -0700)
committerLinus Torvalds <torvalds@g5.osdl.org>
Wed, 28 Jun 2006 21:59:05 +0000 (14:59 -0700)
commitb752820918742cf221b596e4ff43f916e68679c7
tree7bf6829b569462654d11a7cd3429db320bd69177
parentb7ed6cfe35e4fae394cb1a8deb548c02133cee7a
[PATCH] v9fs: fix fid check in v9fs_create

Fix an incorrect check whether a fid was allocated in v9fs_create and if it
should be freed on error.

Signed-off-by: Latchesar Ionkov <lucho@ionkov.net>
Cc: Eric Van Hensbergen <ericvh@ericvh.myip.org>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
fs/9p/vfs_inode.c