Displaying 1 result from an estimated 1 matches for "subvolume_setflag".
Did you mean:
subvolume_setflags
2010 Nov 30
1
R: Re: [PATCH 5/5] btrfs: Add ioctl to set snapshot readonly/writable
...gt;
>> I really appreciate your work, but I have some doubt about this interface.
In
>> particolar:
>
>It''s the interface that I would like to be discussed. Thanks!
>
>> - how get the flags of a subvolume ? I suggest to implement a pair of
ioctls:
>> - subvolume_setflags -> get the flags
>> - subvolume_getflags -> set the flags
>> These ioctls would be more generic (there are a lot of flags which may be
>> interested to put in the "root" of a subvolume: think about
>> compress/nocompress, (no)datasum...)
>> - For...