All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 06/10] kill dead quota flags
@ 2008-10-27 13:48 Christoph Hellwig
  0 siblings, 0 replies; only message in thread
From: Christoph Hellwig @ 2008-10-27 13:48 UTC (permalink / raw)
  To: xfs

[-- Attachment #1: xfs-kill-dead-quota-flags --]
[-- Type: text/plain, Size: 1596 bytes --]


Signed-off-by: Christoph Hellwig <hch@lst.de>

Index: linux-2.6-xfs/fs/xfs/xfs_quota.h
===================================================================
--- linux-2.6-xfs.orig/fs/xfs/xfs_quota.h	2008-08-14 18:27:11.000000000 -0300
+++ linux-2.6-xfs/fs/xfs/xfs_quota.h	2008-08-14 18:28:04.000000000 -0300
@@ -84,11 +84,9 @@ typedef struct xfs_dqblk {
 #define XFS_DQ_USER		0x0001		/* a user quota */
 #define XFS_DQ_PROJ		0x0002		/* project quota */
 #define XFS_DQ_GROUP		0x0004		/* a group quota */
-#define XFS_DQ_FLOCKED		0x0008		/* flush lock taken */
-#define XFS_DQ_DIRTY		0x0010		/* dquot is dirty */
-#define XFS_DQ_WANT		0x0020		/* for lookup/reclaim race */
-#define XFS_DQ_INACTIVE		0x0040		/* dq off mplist & hashlist */
-#define XFS_DQ_MARKER		0x0080		/* sentinel */
+#define XFS_DQ_DIRTY		0x0008		/* dquot is dirty */
+#define XFS_DQ_WANT		0x0010		/* for lookup/reclaim race */
+#define XFS_DQ_INACTIVE		0x0020		/* dq off mplist & hashlist */
 
 #define XFS_DQ_ALLTYPES		(XFS_DQ_USER|XFS_DQ_PROJ|XFS_DQ_GROUP)
 
Index: linux-2.6-xfs/fs/xfs/xfsidbg.c
===================================================================
--- linux-2.6-xfs.orig/fs/xfs/xfsidbg.c	2008-08-14 18:27:23.000000000 -0300
+++ linux-2.6-xfs/fs/xfs/xfsidbg.c	2008-08-14 18:27:50.000000000 -0300
@@ -6644,11 +6644,9 @@ static char *xdq_flags[] = {
 	"USER",		/* XFS_DQ_USER */
 	"PROJ",		/* XFS_DQ_PROJ */
 	"GROUP",	/* XFS_DQ_GROUP */
-	"FLKD",		/* XFS_DQ_FLOCKED */
 	"DIRTY",	/* XFS_DQ_DIRTY */
 	"WANT",		/* XFS_DQ_WANT */
 	"INACT",	/* XFS_DQ_INACTIVE */
-	"MARKER",	/* XFS_DQ_MARKER */
 	NULL
 };
 

-- 

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2008-10-27 13:49 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-10-27 13:48 [PATCH 06/10] kill dead quota flags Christoph Hellwig

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.