Change type for DATA_VERSION ioctl to __u64

For consistency and to keep upstream users (scout-utils, etc) from
needing to include different type headers, we'll change the type to
match the rest of the header.

Signed-off-by: Nic Henke <nic.henke@versity.com>
This commit is contained in:
Nic Henke
2017-04-18 14:07:23 -07:00
committed by Zach Brown
parent 37ba46213c
commit 5c54bdbf85
+1 -1
View File
@@ -83,7 +83,7 @@ struct scoutfs_ioctl_ino_path {
#define SCOUTFS_IOC_INODE_DATA_SINCE _IOW(SCOUTFS_IOCTL_MAGIC, 3, \
struct scoutfs_ioctl_inodes_since)
#define SCOUTFS_IOC_DATA_VERSION _IOW(SCOUTFS_IOCTL_MAGIC, 4, u64)
#define SCOUTFS_IOC_DATA_VERSION _IOW(SCOUTFS_IOCTL_MAGIC, 4, __u64)
struct scoutfs_ioctl_release {
__u64 offset;