Fix logfs_get_sb_final error path
authorJoern Engel <joern@logfs.org>
Fri, 26 Mar 2010 13:45:55 +0000 (14:45 +0100)
committerJoern Engel <joern@logfs.org>
Sat, 27 Mar 2010 10:19:16 +0000 (11:19 +0100)
commit7db8064c17b92e95aec2e333096c035db9ddd4fe
tree1bbc36d41a751f29918f6cbbf9dc7d2f6e6a7be9
parentfaaa27ab919799929732c356a92a160f8657ecc6
Fix logfs_get_sb_final error path

rootdir was already allocated, so we must iput it again.
Found by Al Viro.

Signed-off-by: Joern Engel <joern@logfs.org>
fs/logfs/super.c