commit | d3a94048c912e18e99a091d5ea2d0a1178152d6f | [log] [tgz] |
---|---|---|
author | Alexander Block <ablock84@googlemail.com> | Mon Jun 25 15:36:12 2012 -0600 |
committer | Chris Mason <chris.mason@fusionio.com> | Mon Jul 02 15:39:17 2012 -0400 |
tree | effc71a2af72092634a32ff40c91ecfd25b1988f | |
parent | 2b6ba629b5aac51e7099efbb43e2b403213aa7fb [diff] |
Btrfs: use _IOR for BTRFS_IOC_SUBVOL_GETFLAGS We used the wrong ioctl macro for the getflags ioctl before. As we don't have the set/getflags ioctls in the user space ioctl.h at the moment, it's safe to fix it now. Reviewed-by: David Sterba <dsterba@suse.cz> Signed-off-by: Alexander Block <ablock84@googlemail.com>