| To: | xfs-dev <xfs-dev@xxxxxxx>, xfs-oss <xfs@xxxxxxxxxxx> |
|---|---|
| Subject: | [PATCH] buffer flag NONE is actually DONE |
| From: | Lachlan McIlroy <lachlan@xxxxxxx> |
| Date: | Tue, 02 Sep 2008 15:01:54 +1000 |
| Reply-to: | lachlan@xxxxxxx |
| User-agent: | Thunderbird 2.0.0.16 (X11/20080707) |
Amazing but true.
--- a/fs/xfs/xfsidbg.c 2008-09-02 14:52:11.000000000 +1000
+++ b/fs/xfs/xfsidbg.c 2008-09-02 14:51:04.000000000 +1000
@@ -1926,7 +1926,7 @@ static int kdbm_iptraceaddr(
static char *bp_flag_vals[] = {
/* 0 */ "READ", "WRITE", "MAPPED", "PARTIAL", "ASYNC",
-/* 5 */ "NONE", "DELWRI", "STALE", "FS_MANAGED", "FS_DATAIOD",
+/* 5 */ "DONE", "DELWRI", "STALE", "FS_MANAGED", "FS_DATAIOD",
/* 10 */ "FORCEIO", "FLUSH", "READ_AHEAD", "DIRECTIO", "LOCK",
/* 15 */ "TRYLOCK", "DONT_BLOCK", "PAGE_CACHE", "KMEM_ALLOC", "RUN_QUEUES",
/* 20 */ "PRIVATE_BH", "DELWRI_Q",
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | Filesystem corruption writing out unlinked inodes, Lachlan McIlroy |
|---|---|
| Next by Date: | Re: Filesystem corruption writing out unlinked inodes, Dave Chinner |
| Previous by Thread: | Filesystem corruption writing out unlinked inodes, Lachlan McIlroy |
| Next by Thread: | Re: [PATCH] buffer flag NONE is actually DONE, Timothy Shimmin |
| Indexes: | [Date] [Thread] [Top] [All Lists] |