mirror of
https://github.com/versity/scoutfs.git
synced 2026-07-31 04:23:28 +00:00
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:
+1
-1
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user