Add sync and transaction ioctl defs
authorChris Mason <chris.mason@oracle.com>
Tue, 10 Jun 2008 14:09:18 +0000 (10:09 -0400)
committerDavid Woodhouse <dwmw2@hera.kernel.org>
Tue, 10 Jun 2008 14:09:18 +0000 (10:09 -0400)
commit969c548acb71c594db31f32ff32b737fb8270a90
tree98e694c51639a962de3e180c29852a3251f8dde8
parentd8d4df9474ba3596532a4052bc8ad4fe37f717ce
Add sync and transaction ioctl defs

btrfsctl -c forces a single FS sync

The transaction ioctls are unsafe for general use because they can lead
to deadlocks if the application is not very careful.  But, ceph is
experimenting with btrfs as a backing store, and these ioctls are required
for testing.
btrfsctl.c
ioctl.h