Alan D. Brunelle
2008-Jun-10 15:46 UTC
[PATCH] Changed type field to be %x for tree header (line in btrfs_print_tree)
Chris Mason
2008-Jun-10 18:30 UTC
Re: [PATCH] Changed type field to be %x for tree header (line in btrfs_print_tree)
[ use %x for key type printks ] I''ve gone back and forth on this, since the type used to be a mask. But, right now all the #defines are in decimal, I''d rather keep the output the same way. -chris -- To unsubscribe from this list: send the line "unsubscribe linux-btrfs" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
Alan D. Brunelle
2008-Jun-10 19:01 UTC
Re: [PATCH] Changed type field to be %x for tree header (line in btrfs_print_tree)
Chris Mason wrote:> [ use %x for key type printks ] > > I''ve gone back and forth on this, since the type used to be a mask. > But, right now all the #defines are in decimal, I''d rather keep the > output the same way. > > -chrisThen, perhaps, one should change the %x in print-tree.c:btrfs_print_tree() to a %u? Alan -- To unsubscribe from this list: send the line "unsubscribe linux-btrfs" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html