[PATCH] v9fs_vfs_mkdir(): fix a double free
authorAdrian Bunk <bunk@stusta.de>
Thu, 8 Feb 2007 22:20:38 +0000 (14:20 -0800)
committerLinus Torvalds <torvalds@woody.linux-foundation.org>
Fri, 9 Feb 2007 17:25:47 +0000 (09:25 -0800)
commit835d90c4218dffe6f9e7ac1ed79795197a4970c4
tree4802f76f7cf874ff23cd4b33e733903d1f1b0127
parentda6e1a32fb8d7539a27f699c8671f64d7fefd0cc
[PATCH] v9fs_vfs_mkdir(): fix a double free

Fix a double free of "dfid" introduced by commit
da977b2c7eb4d6312f063a7b486f2aad99809710 and spotted by the Coverity
checker.

Signed-off-by: Adrian Bunk <bunk@stusta.de>
Cc: Eric Van Hensbergen <ericvh@gmail.com>
Cc: <stable@kernel.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
fs/9p/vfs_inode.c