![]() Server : Apache System : Linux server2.corals.io 4.18.0-348.2.1.el8_5.x86_64 #1 SMP Mon Nov 15 09:17:08 EST 2021 x86_64 User : corals ( 1002) PHP Version : 7.4.33 Disable Function : exec,passthru,shell_exec,system Directory : /opt/rh/gcc-toolset-11/root/usr/share/systemtap/runtime/linux/ |
#include <linux/fs.h> #include <linux/list.h> /* commit 9591718a5a7da79f18eb01e626c77247993cdb61 Author: Al Viro <[email protected]> Date: Mon Dec 12 22:53:00 2011 -0500 vfs: convert fs_supers to hlist Signed-off-by: Al Viro <[email protected]> */ int foo (struct super_block *sb) { return (hlist_unhashed (& sb->s_instances)); }