Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 312863
b: refs/heads/master
c: c9753b1
h: refs/heads/master
i:
  312861: 950826b
  312859: 328779d
  312855: df47af2
  312847: 9a22922
  312831: fe104cd
v: v3
  • Loading branch information
Artem Bityutskiy authored and Al Viro committed Jul 14, 2012
1 parent 6d2d630 commit 922541b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: bc86256d2e80e6731a2055175d9a32cf96eb71f8
refs/heads/master: c9753b1d20e13c94d15a1c8b252a696744bd22a2
3 changes: 0 additions & 3 deletions trunk/fs/affs/super.c
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,6 @@ affs_put_super(struct super_block *sb)
struct affs_sb_info *sbi = AFFS_SB(sb);
pr_debug("AFFS: put_super()\n");

if (!(sb->s_flags & MS_RDONLY) && sb->s_dirt)
affs_commit_super(sb, 1);

kfree(sbi->s_prefix);
affs_free_bitmap(sb);
affs_brelse(sbi->s_root_bh);
Expand Down

0 comments on commit 922541b

Please sign in to comment.