Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 87496
b: refs/heads/master
c: 87cb055
h: refs/heads/master
v: v3
  • Loading branch information
Jan Kara authored and Linus Torvalds committed Mar 20, 2008
1 parent 579b382 commit 3503ca6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: 52ea27eb4cd5f250f33638029a134ff03c5e6bbb
refs/heads/master: 87cb055bc10571522f953925c25bb1a0d1b17605
2 changes: 1 addition & 1 deletion trunk/fs/dquot.c
Original file line number Diff line number Diff line change
Expand Up @@ -1522,8 +1522,8 @@ int vfs_quota_off(struct super_block *sb, int type)
truncate_inode_pages(&toputinode[cnt]->i_data, 0);
mutex_unlock(&toputinode[cnt]->i_mutex);
mark_inode_dirty(toputinode[cnt]);
iput(toputinode[cnt]);
}
iput(toputinode[cnt]);
mutex_unlock(&dqopt->dqonoff_mutex);
}
if (sb->s_bdev)
Expand Down

0 comments on commit 3503ca6

Please sign in to comment.