Re: [GIT PULL] vfs mount
From: Sasha Levin
Date: Sun Jan 19 2025 - 19:11:08 EST
On Sat, Jan 18, 2025 at 02:06:58PM +0100, Christian Brauner wrote:
samples: add a mountinfo program to demonstrate statmount()/listmount()
Hi Jeff, Christian,
LKFT has caught a build error with the above commit:
/builds/linux/samples/vfs/mountinfo.c:235:18: error: 'SYS_pidfd_open' undeclared (first use in this function); did you mean 'SYS_mq_open'?
pidfd = syscall(SYS_pidfd_open, pid, 0);
^~~~~~~~~~~~~~
SYS_mq_open
The full log is here: https://qa-reports.linaro.org/lkft/sashal-linus-next/build/v6.13-rc7-511-g109a8e0fa9d6/testrun/26809210/suite/build/test/gcc-8-allyesconfig/log
--
Thanks,
Sasha