search for: _create_async

Displaying 1 result from an estimated 1 matches for "_create_async".

2010 Nov 30
1
R: Re: [PATCH 5/5] btrfs: Add ioctl to set snapshot readonly/writable
...me reasons that I created this interface: > >- set/getflags should set/get root flags which reflect in struct >btrfs_root_item->flags. > >- btrfs_root_item->flags was not used at all before this patch, so >(no)compress and (no)datasum is not reflect in ->flags. > >- _CREATE_ASYNC flag is to create snapshot asynchronously, so it''s not >a flag of tree root. Of course I never mind about _CREATE_ASYNC to be set in btrfs_root_item- >flags. _CREATE_ASYNC is not a snapshot properties but a way of creating a subvolume. But other flags may make sense to live in btr...