Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 86831
b: refs/heads/master
c: acc1f3e
h: refs/heads/master
i:
  86829: 3d6b661
  86827: a88f85c
  86823: 9de700c
  86815: d278b32
v: v3
  • Loading branch information
Julia Lawall authored and Linus Torvalds committed Mar 5, 2008
1 parent dc3e969 commit 18488bc
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: 022d917d9621ee79e6f6782fbddd582b8f941024
refs/heads/master: acc1f3ede977bf189b332874beeadf48c01544c5
2 changes: 1 addition & 1 deletion trunk/fs/reiserfs/super.c
Original file line number Diff line number Diff line change
Expand Up @@ -2031,7 +2031,7 @@ static int reiserfs_quota_on(struct super_block *sb, int type, int format_id,
return -EXDEV;
}
/* We must not pack tails for quota files on reiserfs for quota IO to work */
if (!REISERFS_I(nd.path.dentry->d_inode)->i_flags & i_nopack_mask) {
if (!(REISERFS_I(nd.path.dentry->d_inode)->i_flags & i_nopack_mask)) {
reiserfs_warning(sb,
"reiserfs: Quota file must have tail packing disabled.");
path_put(&nd.path);
Expand Down

0 comments on commit 18488bc

Please sign in to comment.