Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 125825
b: refs/heads/master
c: dcb3069
h: refs/heads/master
i:
  125823: 7127feb
v: v3
  • Loading branch information
Jan Kara authored and Mark Fasheh committed Jan 5, 2009
1 parent 1788e0f commit 3d99d38
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 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: 6929f891241d3fe3af01d28503b645e63241e49a
refs/heads/master: dcb30695f2cac86b71417629a6fe8042b4fe2ab2
6 changes: 0 additions & 6 deletions trunk/include/linux/quotaops.h
Original file line number Diff line number Diff line change
Expand Up @@ -116,9 +116,6 @@ static inline int sb_any_quota_active(struct super_block *sb)
sb_has_quota_active(sb, GRPQUOTA);
}

/* For backward compatibility until we remove all users */
#define sb_any_quota_enabled(sb) sb_any_quota_active(sb)

/*
* Operations supported for diskquotas.
*/
Expand Down Expand Up @@ -267,9 +264,6 @@ static inline int sb_any_quota_active(struct super_block *sb)
return 0;
}

/* For backward compatibility until we remove all users */
#define sb_any_quota_enabled(sb) sb_any_quota_active(sb)

/*
* NO-OP when quota not configured.
*/
Expand Down

0 comments on commit 3d99d38

Please sign in to comment.