[PATCH] Add btrfs ioctl support.

Dmitry V. Levin ldv at altlinux.org
Sat May 14 22:35:19 UTC 2016


On Fri, May 13, 2016 at 08:13:22PM +0300, Dmitry V. Levin wrote:
> On Wed, May 04, 2016 at 08:07:13PM -0400, jeffm at suse.com wrote:
> [...]
> > +static void
> > +btrfs_print_objectid(uint64_t objectid)
> > +{
> > +	const char *str = xlookup(btrfs_tree_objectids, objectid);
> 
> 
> As we have both xlookup and xlookup64, you probably want to use xlookup64
> at least in all 64-bit lookups.

OK, I've finished transition of all xlookup users to xlookup64 and renamed
xlookup64 to xlookup, so all uses of xlookup in btrfs.c are fine now.


-- 
ldv
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 819 bytes
Desc: not available
URL: <http://lists.strace.io/pipermail/strace-devel/attachments/20160515/49a3c34b/attachment.bin>


More information about the Strace-devel mailing list