Displaying 1 result from an estimated 1 matches for "datasum".
Did you mean:
datasu
2010 Nov 30
1
R: Re: [PATCH 5/5] btrfs: Add ioctl to set snapshot readonly/writable
...t;> - 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 the reason abowe, I suggest to replace SNAPSHOT with SUBVOLUME
>> - Finally, with a pair of get/set_flags functions we can avoid the use of
the
>> flags BTRFS_SNAPSHOT_WRITABLE.
>>
>
>There are some reasons that I created this interface:
>
>- set...