Commit ca5734db60630f7c5564a61a5b9034c1bb369c3d

Authored by Jan Kara
Committed by Linus Torvalds
1 parent 4af4c52f34

[PATCH] Small cleanup in quota.h

Remove unused quota flag.

Signed-off-by: Jan Kara <jack@suse.cz>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>

Showing 1 changed file with 0 additions and 1 deletions Side-by-side Diff

include/linux/quota.h
... ... @@ -209,7 +209,6 @@
209 209 #define DQ_FAKE_B 3 /* no limits only usage */
210 210 #define DQ_READ_B 4 /* dquot was read into memory */
211 211 #define DQ_ACTIVE_B 5 /* dquot is active (dquot_release not called) */
212   -#define DQ_WAITFREE_B 6 /* dquot being waited (by invalidate_dquots) */
213 212  
214 213 struct dquot {
215 214 struct hlist_node dq_hash; /* Hash list in memory */