diff options
| author | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2025-11-24 10:37:52 +0100 |
|---|---|---|
| committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2025-11-24 10:37:52 +0100 |
| commit | 8a7bbd0236d2fd8ac4643ef41f4ebf1a83a944e3 (patch) | |
| tree | fb375455e4386ee9ecff6723d98d975def9a8112 /include/uapi | |
| parent | 05e1afc546087537eeb1240a5457a0db4d6ced20 (diff) | |
| parent | 1bfd0faa78d09eb41b81b002e0292db0f3e75de0 (diff) | |
Merge v6.17.9
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'include/uapi')
| -rw-r--r-- | include/uapi/linux/mount.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/uapi/linux/mount.h b/include/uapi/linux/mount.h index 7fa67c2031a5..5d3f8c9e3a62 100644 --- a/include/uapi/linux/mount.h +++ b/include/uapi/linux/mount.h @@ -197,7 +197,7 @@ struct statmount { */ struct mnt_id_req { __u32 size; - __u32 spare; + __u32 mnt_ns_fd; __u64 mnt_id; __u64 param; __u64 mnt_ns_id; |
