Btrfs: Add BTRFS_IOC_SUBVOL_GETFLAGS/SETFLAGS ioctls
authorLi Zefan <lizf@cn.fujitsu.com>
Mon, 20 Dec 2010 08:30:25 +0000 (16:30 +0800)
committerLi Zefan <lizf@cn.fujitsu.com>
Thu, 23 Dec 2010 00:49:19 +0000 (08:49 +0800)
commit0caa102da82799efaba88e234484786a9591c797
tree748bb0d8054bb85256904ffe29913277e5b80684
parentb83cc9693f39689490970c19f6c5b866f6719a70
Btrfs: Add BTRFS_IOC_SUBVOL_GETFLAGS/SETFLAGS ioctls

This allows us to set a snapshot or a subvolume readonly or writable
on the fly.

Usage:

Set BTRFS_SUBVOL_RDONLY of btrfs_ioctl_vol_arg_v2->flags, and then
call ioctl(BTRFS_IOCTL_SUBVOL_SETFLAGS);

Changelog for v3:

- Change to pass __u64 as ioctl parameter.

Changelog for v2:

- Add _GETFLAGS ioctl.
- Check if the passed fd is the root of a subvolume.
- Change the name from _SNAP_SETFLAGS to _SUBVOL_SETFLAGS.

Signed-off-by: Li Zefan <lizf@cn.fujitsu.com>
fs/btrfs/ioctl.c
fs/btrfs/ioctl.h