libbtrfsutil: add filesystem sync helpers
authorOmar Sandoval <osandov@fb.com>
Thu, 25 Jan 2018 09:18:20 +0000 (01:18 -0800)
committerDavid Sterba <dsterba@suse.com>
Sat, 24 Feb 2018 00:37:17 +0000 (01:37 +0100)
commit9615c23d1570c22a249c9eced754156e844c26b6
tree64395b8cfe5302c2205ea1755d4434972c3ff83c
parentbad4208da33f3ef2adf9af2b06a597f2ce23d228
libbtrfsutil: add filesystem sync helpers

Namely, sync, start_sync, and wait_sync.

Signed-off-by: Omar Sandoval <osandov@fb.com>
Signed-off-by: David Sterba <dsterba@suse.com>
Makefile
libbtrfsutil/btrfsutil.h
libbtrfsutil/filesystem.c [new file with mode: 0644]
libbtrfsutil/python/btrfsutilpy.h
libbtrfsutil/python/filesystem.c [new file with mode: 0644]
libbtrfsutil/python/module.c
libbtrfsutil/python/setup.py
libbtrfsutil/python/tests/test_filesystem.py [new file with mode: 0644]