diff options
author | Kent Overstreet <kent.overstreet@gmail.com> | 2018-12-17 06:11:14 -0500 |
---|---|---|
committer | Kent Overstreet <kent.overstreet@linux.dev> | 2023-10-22 17:08:13 -0400 |
commit | 8095708fce72a911e20799078639e95c1a008176 (patch) | |
tree | a21d5c3f36448d5d98e117c3f7a0190bb8a977ee /fs/bcachefs/bcachefs_ioctl.h | |
parent | 96012e143e699db1a7644e4c5903b63bdde33772 (diff) | |
download | lwn-8095708fce72a911e20799078639e95c1a008176.tar.gz lwn-8095708fce72a911e20799078639e95c1a008176.zip |
bcachefs: bch2_ioc_reinherit_attrs()
Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev>
Diffstat (limited to 'fs/bcachefs/bcachefs_ioctl.h')
-rw-r--r-- | fs/bcachefs/bcachefs_ioctl.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/fs/bcachefs/bcachefs_ioctl.h b/fs/bcachefs/bcachefs_ioctl.h index c65104ed454a..2dca4bb0362b 100644 --- a/fs/bcachefs/bcachefs_ioctl.h +++ b/fs/bcachefs/bcachefs_ioctl.h @@ -307,4 +307,6 @@ struct bch_ioctl_disk_resize { __u64 nbuckets; }; +#define BCHFS_IOC_REINHERIT_ATTRS _IOR(0xbc, 14, const char __user *) + #endif /* _BCACHEFS_IOCTL_H */ |