lkml.org 
[lkml]   [2006]   [Feb]   [20]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
Date
From
Subject[PATCH] Small cleanup in quota.h
  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@suse.cz>
SuSE CR Labs
Remove unused quota flag.

Signed-off-by: Jan Kara <jack@suse.cz>

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 */
\
 
 \ /
  Last update: 2006-02-20 12:30    [W:0.037 / U:0.236 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site