mirror of
https://github.com/versity/scoutfs.git
synced 2026-01-07 12:35:28 +00:00
Move ALLOC_DETAIL ioctl definition
By convention we have the _IO* ioctl definition after the argument structs and ALLOC_DETAIL got it a bit wrong so move it down. Signed-off-by: Zach Brown <zab@versity.com>
This commit is contained in:
@@ -395,9 +395,6 @@ struct scoutfs_ioctl_data_wait_err {
|
||||
struct scoutfs_ioctl_data_wait_err)
|
||||
|
||||
|
||||
#define SCOUTFS_IOC_ALLOC_DETAIL _IOR(SCOUTFS_IOCTL_MAGIC, 12, \
|
||||
struct scoutfs_ioctl_alloc_detail)
|
||||
|
||||
struct scoutfs_ioctl_alloc_detail {
|
||||
__u64 entries_ptr;
|
||||
__u64 entries_nr;
|
||||
@@ -413,4 +410,7 @@ struct scoutfs_ioctl_alloc_detail_entry {
|
||||
__u8 __pad[6];
|
||||
};
|
||||
|
||||
#define SCOUTFS_IOC_ALLOC_DETAIL _IOR(SCOUTFS_IOCTL_MAGIC, 12, \
|
||||
struct scoutfs_ioctl_alloc_detail)
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user