Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 95675
b: refs/heads/master
c: c32e026
h: refs/heads/master
i:
  95673: d0a08bd
  95671: 7327524
v: v3
  • Loading branch information
Jan Kara authored and Linus Torvalds committed May 1, 2008
1 parent 3d9a700 commit 89b9b0c
Show file tree
Hide file tree
Showing 2 changed files with 4 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: 0d34aa4d5a3e5d141bb4d07ed5d4bf02d4d4998a
refs/heads/master: c32e026efc1e1a4f9e36babebf123f2b88205b0b
3 changes: 3 additions & 0 deletions trunk/include/linux/quota.h
Original file line number Diff line number Diff line change
Expand Up @@ -347,6 +347,9 @@ struct quota_info {
((type) == USRQUOTA ? (sb_dqopt(sb)->flags & DQUOT_USR_SUSPENDED) : \
(sb_dqopt(sb)->flags & DQUOT_GRP_SUSPENDED))

#define sb_any_quota_suspended(sb) (sb_has_quota_suspended(sb, USRQUOTA) | \
sb_has_quota_suspended(sb, GRPQUOTA))

int register_quota_format(struct quota_format_type *fmt);
void unregister_quota_format(struct quota_format_type *fmt);

Expand Down

0 comments on commit 89b9b0c

Please sign in to comment.