Commit a0cd15c
committed
libbtrfsutil: bump version to 1.4.0
Minor version change as the python bindings now export the symbols from
1.3.0. This was not done in the same version by mistake.
New btrfsutil symbols:
* fs_sync(path)
* fs_start_sync(path)
* fs_wait_sync(path, transid=0)
* subvolume_is_valid(path)
* subvolume_get_id(path)
* subvolume_get_path(path, id=0)
* subvolume_get_info(path, id=0)
* subvolume_get_read_only(path)
* subvolume_set_read_only(path, read_only=True)
* subvolume_get_default(path)
* subvolume_set_default(path, id=0)
* subvolume_create(path, async_=False, qgroup_inherit=None)
* subvolume_snapshot(source, path, recursive=False, read_only=False,async_=False, qgroup_inherit=None)
* subvolume_delete(path, recursive=False)
* subvolumes_list_deleted(path)
Signed-off-by: David Sterba <[email protected]>1 parent 824786a commit a0cd15c
2 files changed
+6
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
29 | | - | |
30 | | - | |
| 29 | + | |
| 30 | + | |
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
147 | 147 | | |
148 | 148 | | |
149 | 149 | | |
| 150 | + | |
| 151 | + | |
| 152 | + | |
| 153 | + | |
0 commit comments