Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 334376
b: refs/heads/master
c: 6c29c50
h: refs/heads/master
v: v3
  • Loading branch information
Jan Kara committed Oct 9, 2012
1 parent b50b677 commit e318037
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 66415f6b50f5bcbc56c78df54aacee73f3d03a3d
refs/heads/master: 6c29c50fda25c2ac2ce45a9b042ff7e424aa8eac
2 changes: 2 additions & 0 deletions trunk/fs/quota/dquot.c
Original file line number Diff line number Diff line change
Expand Up @@ -1160,6 +1160,8 @@ static int need_print_warning(struct dquot_warn *warn)
return uid_eq(current_fsuid(), warn->w_dq_id.uid);
case GRPQUOTA:
return in_group_p(warn->w_dq_id.gid);
case PRJQUOTA: /* Never taken... Just make gcc happy */
return 0;
}
return 0;
}
Expand Down

0 comments on commit e318037

Please sign in to comment.