diff options
Diffstat (limited to 'fs/jfs/jfs_mount.c')
-rw-r--r-- | fs/jfs/jfs_mount.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/fs/jfs/jfs_mount.c b/fs/jfs/jfs_mount.c index 4dd479834897..644429acb8c0 100644 --- a/fs/jfs/jfs_mount.c +++ b/fs/jfs/jfs_mount.c | |||
@@ -80,7 +80,7 @@ static int logMOUNT(struct super_block *sb); | |||
80 | */ | 80 | */ |
81 | int jfs_mount(struct super_block *sb) | 81 | int jfs_mount(struct super_block *sb) |
82 | { | 82 | { |
83 | int rc = 0; /* Return code */ | 83 | int rc = 0; /* Return code */ |
84 | struct jfs_sb_info *sbi = JFS_SBI(sb); | 84 | struct jfs_sb_info *sbi = JFS_SBI(sb); |
85 | struct inode *ipaimap = NULL; | 85 | struct inode *ipaimap = NULL; |
86 | struct inode *ipaimap2 = NULL; | 86 | struct inode *ipaimap2 = NULL; |
@@ -169,7 +169,7 @@ int jfs_mount(struct super_block *sb) | |||
169 | sbi->ipaimap2 = NULL; | 169 | sbi->ipaimap2 = NULL; |
170 | 170 | ||
171 | /* | 171 | /* |
172 | * mount (the only/single) fileset | 172 | * mount (the only/single) fileset |
173 | */ | 173 | */ |
174 | /* | 174 | /* |
175 | * open fileset inode allocation map (aka fileset inode) | 175 | * open fileset inode allocation map (aka fileset inode) |
@@ -195,7 +195,7 @@ int jfs_mount(struct super_block *sb) | |||
195 | goto out; | 195 | goto out; |
196 | 196 | ||
197 | /* | 197 | /* |
198 | * unwind on error | 198 | * unwind on error |
199 | */ | 199 | */ |
200 | errout41: /* close fileset inode allocation map inode */ | 200 | errout41: /* close fileset inode allocation map inode */ |
201 | diFreeSpecial(ipimap); | 201 | diFreeSpecial(ipimap); |