]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/blobdiff - fs/namei.c
fs: move get_empty_filp() deffinition to internal.h
[mirror_ubuntu-artful-kernel.git] / fs / namei.c
index 8c8b379b94a423c1e02d70f58cb28233fd7aaca4..1fc038b117bea1156d7e0f6fdba60f994f3f55fe 100644 (file)
@@ -35,6 +35,8 @@
 #include <linux/fs_struct.h>
 #include <asm/uaccess.h>
 
+#include "internal.h"
+
 #define ACC_MODE(x) ("\000\004\002\006"[(x)&O_ACCMODE])
 
 /* [Feb-1997 T. Schoebel-Theuer]