On 5/14/16 6:35 PM, Dmitry V. Levin wrote:
> On Fri, May 13, 2016 at 08:13:22PM +0300, Dmitry V. Levin wrote:
>> On Wed, May 04, 2016 at 08:07:13PM -0400, je...@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.

I've done the same in my local branch.  I've also implemented the
ioctl(-1, ...) test cases you and "Line Printer" asked about the other
day, which actually did uncover a few bugs (mea culpa).  I'll submit the
revised version with the test cases sometime this weekend or Monday as
time allows.

-Jeff

-- 
Jeff Mahoney
SUSE Labs

Attachment: signature.asc
Description: OpenPGP digital signature

------------------------------------------------------------------------------
Mobile security can be enabling, not merely restricting. Employees who
bring their own devices (BYOD) to work are irked by the imposition of MDM
restrictions. Mobile Device Manager Plus allows you to control only the
apps on BYO-devices by containerizing them, leaving personal data untouched!
https://ad.doubleclick.net/ddm/clk/304595813;131938128;j
_______________________________________________
Strace-devel mailing list
Strace-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/strace-devel

Reply via email to