aboutsummaryrefslogtreecommitdiffstats
path: root/arch/alpha/kernel
diff options
context:
space:
mode:
authorAl Viro <viro@zeniv.linux.org.uk>2022-03-02 17:49:09 -0500
committerAl Viro <viro@zeniv.linux.org.uk>2022-05-19 23:25:48 -0400
commit70f8d9c5750bbb0ca4ef7e23d6abcb05e6061138 (patch)
treed4f1e7a2ac7b47d0729699c7c72524dc98d5a9ad /arch/alpha/kernel
parentblob_to_mnt(): kern_unmount() is needed to undo kern_mount() (diff)
downloadlinux-dev-70f8d9c5750bbb0ca4ef7e23d6abcb05e6061138.tar.xz
linux-dev-70f8d9c5750bbb0ca4ef7e23d6abcb05e6061138.zip
move mount-related externs from fs.h to mount.h
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Diffstat (limited to 'arch/alpha/kernel')
-rw-r--r--arch/alpha/kernel/osf_sys.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/alpha/kernel/osf_sys.c b/arch/alpha/kernel/osf_sys.c
index 8bbeebb73cf0..d257293401e2 100644
--- a/arch/alpha/kernel/osf_sys.c
+++ b/arch/alpha/kernel/osf_sys.c
@@ -36,6 +36,7 @@
#include <linux/types.h>
#include <linux/ipc.h>
#include <linux/namei.h>
+#include <linux/mount.h>
#include <linux/uio.h>
#include <linux/vfs.h>
#include <linux/rcupdate.h>