diff options
Diffstat (limited to 'fs/jfs/super.c')
-rw-r--r-- | fs/jfs/super.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/fs/jfs/super.c b/fs/jfs/super.c index a44eff076c17..682bca642f38 100644 --- a/fs/jfs/super.c +++ b/fs/jfs/super.c | |||
@@ -119,7 +119,6 @@ static void jfs_i_callback(struct rcu_head *head) | |||
119 | { | 119 | { |
120 | struct inode *inode = container_of(head, struct inode, i_rcu); | 120 | struct inode *inode = container_of(head, struct inode, i_rcu); |
121 | struct jfs_inode_info *ji = JFS_IP(inode); | 121 | struct jfs_inode_info *ji = JFS_IP(inode); |
122 | INIT_LIST_HEAD(&inode->i_dentry); | ||
123 | kmem_cache_free(jfs_inode_cachep, ji); | 122 | kmem_cache_free(jfs_inode_cachep, ji); |
124 | } | 123 | } |
125 | 124 | ||
@@ -609,9 +608,9 @@ static int jfs_sync_fs(struct super_block *sb, int wait) | |||
609 | return 0; | 608 | return 0; |
610 | } | 609 | } |
611 | 610 | ||
612 | static int jfs_show_options(struct seq_file *seq, struct vfsmount *vfs) | 611 | static int jfs_show_options(struct seq_file *seq, struct dentry *root) |
613 | { | 612 | { |
614 | struct jfs_sb_info *sbi = JFS_SBI(vfs->mnt_sb); | 613 | struct jfs_sb_info *sbi = JFS_SBI(root->d_sb); |
615 | 614 | ||
616 | if (sbi->uid != -1) | 615 | if (sbi->uid != -1) |
617 | seq_printf(seq, ",uid=%d", sbi->uid); | 616 | seq_printf(seq, ",uid=%d", sbi->uid); |