From: Christoph Hellwig <hch@infradead.org>
To: xfs@oss.sgi.com
Subject: [PATCH 06/10] kill dead quota flags
Date: Mon, 27 Oct 2008 09:48:41 -0400 [thread overview]
Message-ID: <20081027134841.GA6440@infradead.org> (raw)
[-- 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
};
--
reply other threads:[~2008-10-27 13:49 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20081027134841.GA6440@infradead.org \
--to=hch@infradead.org \
--cc=xfs@oss.sgi.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox