public inbox for linux-xfs@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] xfs_db: associate proper type with free inode btree root
@ 2017-07-14 15:52 Eric Sandeen
  2017-07-14 16:38 ` Darrick J. Wong
  0 siblings, 1 reply; 2+ messages in thread
From: Eric Sandeen @ 2017-07-14 15:52 UTC (permalink / raw)
  To: linux-xfs

When navigating to the free inode btree root, the wrong type
is set:

xfs_db> agi 0
xfs_db> addr free_root
xfs_db> type
current type is "inobt"

Change this to type finobt / TYP_FINOBT

(There seems to be no actual difference, but if we have an explicit type
name for the free inode btree, we should use it as appropriate)

Signed-off-by: Eric Sandeen <sandeen@redhat.com>
---

diff --git a/db/agi.c b/db/agi.c
index 285a3c5..fb69210 100644
--- a/db/agi.c
+++ b/db/agi.c
@@ -57,7 +57,7 @@ const field_t	agi_flds[] = {
 	{ "uuid", FLDT_UUID, OI(OFF(uuid)), C1, 0, TYP_NONE },
 	{ "lsn", FLDT_UINT64X, OI(OFF(lsn)), C1, 0, TYP_NONE },
 	{ "crc", FLDT_CRC, OI(OFF(crc)), C1, 0, TYP_NONE },
-	{ "free_root", FLDT_AGBLOCK, OI(OFF(free_root)), C1, 0, TYP_INOBT },
+	{ "free_root", FLDT_AGBLOCK, OI(OFF(free_root)), C1, 0, TYP_FINOBT },
 	{ "free_level", FLDT_UINT32D, OI(OFF(free_level)), C1, 0, TYP_NONE },
 	{ NULL }
 };


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] xfs_db: associate proper type with free inode btree root
  2017-07-14 15:52 [PATCH] xfs_db: associate proper type with free inode btree root Eric Sandeen
@ 2017-07-14 16:38 ` Darrick J. Wong
  0 siblings, 0 replies; 2+ messages in thread
From: Darrick J. Wong @ 2017-07-14 16:38 UTC (permalink / raw)
  To: Eric Sandeen; +Cc: linux-xfs

On Fri, Jul 14, 2017 at 10:52:20AM -0500, Eric Sandeen wrote:
> When navigating to the free inode btree root, the wrong type
> is set:
> 
> xfs_db> agi 0
> xfs_db> addr free_root
> xfs_db> type
> current type is "inobt"
> 
> Change this to type finobt / TYP_FINOBT
> 
> (There seems to be no actual difference, but if we have an explicit type
> name for the free inode btree, we should use it as appropriate)
> 

Looks ok,
Reviewed-by: Darrick J. Wong <darrick.wong@oracle.com>

> Signed-off-by: Eric Sandeen <sandeen@redhat.com>
> ---
> 
> diff --git a/db/agi.c b/db/agi.c
> index 285a3c5..fb69210 100644
> --- a/db/agi.c
> +++ b/db/agi.c
> @@ -57,7 +57,7 @@ const field_t	agi_flds[] = {
>  	{ "uuid", FLDT_UUID, OI(OFF(uuid)), C1, 0, TYP_NONE },
>  	{ "lsn", FLDT_UINT64X, OI(OFF(lsn)), C1, 0, TYP_NONE },
>  	{ "crc", FLDT_CRC, OI(OFF(crc)), C1, 0, TYP_NONE },
> -	{ "free_root", FLDT_AGBLOCK, OI(OFF(free_root)), C1, 0, TYP_INOBT },
> +	{ "free_root", FLDT_AGBLOCK, OI(OFF(free_root)), C1, 0, TYP_FINOBT },
>  	{ "free_level", FLDT_UINT32D, OI(OFF(free_level)), C1, 0, TYP_NONE },
>  	{ NULL }
>  };
> 
> --
> To unsubscribe from this list: send the line "unsubscribe linux-xfs" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2017-07-14 16:38 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-07-14 15:52 [PATCH] xfs_db: associate proper type with free inode btree root Eric Sandeen
2017-07-14 16:38 ` Darrick J. Wong

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox