[PATCH] Small cleanup in quota.h

From: Jan Kara
Date: Mon Feb 20 2006 - 06:25:45 EST


Hello,

attached patch just removes unused quota flag (it has been
there for quite some time - I just discovered it when I was fixing
the problem with invalidate_dquots() :)). Patch is against
2.6.16-rc4. Please apply.

Honza

--
Jan Kara <jack@xxxxxxx>
SuSE CR Labs
Remove unused quota flag.

Signed-off-by: Jan Kara <jack@xxxxxxx>

diff -rupX /home/jack/.kerndiffexclude linux-2.6.16-rc4-1-invalidate_dquots/include/linux/quota.h linux-2.6.16-rc4-2-dq_flags_cleanup/include/linux/quota.h
--- linux-2.6.16-rc4-1-invalidate_dquots/include/linux/quota.h 2006-01-28 09:00:17.000000000 +0100
+++ linux-2.6.16-rc4-2-dq_flags_cleanup/include/linux/quota.h 2006-02-23 18:01:10.000000000 +0100
@@ -208,7 +208,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 */