From: Jan Kara Remove unused quota flag. Signed-off-by: Jan Kara Signed-off-by: Andrew Morton --- include/linux/quota.h | 1 - 1 files changed, 1 deletion(-) diff -puN include/linux/quota.h~small-cleanup-in-quotah include/linux/quota.h --- devel/include/linux/quota.h~small-cleanup-in-quotah 2006-02-23 19:41:25.000000000 -0800 +++ devel-akpm/include/linux/quota.h 2006-02-23 19:41:25.000000000 -0800 @@ -209,7 +209,6 @@ extern struct dqstats dqstats; #define DQ_FAKE_B 3 /* no limits only usage */ #define DQ_READ_B 4 /* dquot was read into memory */ #define DQ_ACTIVE_B 5 /* dquot is active (dquot_release not called) */ -#define DQ_WAITFREE_B 6 /* dquot being waited (by invalidate_dquots) */ struct dquot { struct hlist_node dq_hash; /* Hash list in memory */ _