Skip to content

Commit 45e07a6

Browse files
committed
tools headers: Sync UAPI linux/mount.h with kernel sources
To pick up changes from: 78f0e33 ("fs/namespace: correctly handle errors returned by grab_requested_mnt_ns") This should be used to beautify mount syscall arguments and it addresses these tools/perf build warnings: Warning: Kernel ABI header differences: diff -u tools/perf/trace/beauty/include/uapi/linux/mount.h include/uapi/linux/mount.h Please see tools/include/uapi/README. Cc: linux-fsdevel@vger.kernel.org Signed-off-by: Namhyung Kim <namhyung@kernel.org>
1 parent 4bd8d14 commit 45e07a6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • tools/perf/trace/beauty/include/uapi/linux

tools/perf/trace/beauty/include/uapi/linux/mount.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@ struct statmount {
197197
*/
198198
struct mnt_id_req {
199199
__u32 size;
200-
__u32 spare;
200+
__u32 mnt_ns_fd;
201201
__u64 mnt_id;
202202
__u64 param;
203203
__u64 mnt_ns_id;

0 commit comments

Comments
 (0)