Commit 97219888 authored by Dave Kleikamp's avatar Dave Kleikamp

JFS: Trivial: remove dead code

Signed-off-by: default avatarDave Kleikamp <shaggy@austin.ibm.com>
parent 66cf300c
...@@ -197,9 +197,6 @@ int jfs_mount(struct super_block *sb) ...@@ -197,9 +197,6 @@ int jfs_mount(struct super_block *sb)
/* /*
* unwind on error * unwind on error
*/ */
//errout42: /* close fileset inode allocation map */
diUnmount(ipimap, 1);
errout41: /* close fileset inode allocation map inode */ errout41: /* close fileset inode allocation map inode */
diFreeSpecial(ipimap); diFreeSpecial(ipimap);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment