]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - include/linux/quota.h
quota: various style cleanups
[linux-2.6-omap-h63xx.git] / include / linux / quota.h
index 326cb80e386793706c22822cf4a773fb9371c0be..48556b039b1caa7e40a876621e640ca85f9b5ace 100644 (file)
@@ -331,11 +331,6 @@ struct quota_info {
        struct quota_format_ops *ops[MAXQUOTAS];        /* Operations for each type */
 };
 
-/* Inline would be better but we need to dereference super_block which is not defined yet */
-int mark_dquot_dirty(struct dquot *dquot);
-
-#define dquot_dirty(dquot) test_bit(DQ_MOD_B, &(dquot)->dq_flags)
-
 #define sb_has_quota_enabled(sb, type) ((type)==USRQUOTA ? \
        (sb_dqopt(sb)->flags & DQUOT_USR_ENABLED) : (sb_dqopt(sb)->flags & DQUOT_GRP_ENABLED))