]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitfeb0751abba992423c00bc5c5bca4ba59c101a2f
tree1bbc36d41a751f29918f6cbbf9dc7d2f6e6a7be9
parentb53deb4a165d81734a8bb2c3a7c47edaa9f61b57
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