summaryrefslogtreecommitdiffstats
path: root/fs/fcntl.c
diff options
context:
space:
mode:
authorAl Viro2008-04-24 13:44:08 +0200
committerAl Viro2008-05-01 19:08:16 +0200
commit9f3acc3140444a900ab280de942291959f0f615d (patch)
tree0d7f3f9698071ff90fb9a127a4c6e86e1c37c945 /fs/fcntl.c
parent[PATCH] make osf_select() use core_sys_select() (diff)
downloadkernel-qcow2-linux-9f3acc3140444a900ab280de942291959f0f615d.tar.gz
kernel-qcow2-linux-9f3acc3140444a900ab280de942291959f0f615d.tar.xz
kernel-qcow2-linux-9f3acc3140444a900ab280de942291959f0f615d.zip
[PATCH] split linux/file.h
Initial splitoff of the low-level stuff; taken to fdtable.h Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Diffstat (limited to 'fs/fcntl.c')
-rw-r--r--fs/fcntl.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/fcntl.c b/fs/fcntl.c
index 3f3ac630ccde..bfd776509a72 100644
--- a/fs/fcntl.c
+++ b/fs/fcntl.c
@@ -9,6 +9,7 @@
#include <linux/mm.h>
#include <linux/fs.h>
#include <linux/file.h>
+#include <linux/fdtable.h>
#include <linux/capability.h>
#include <linux/dnotify.h>
#include <linux/smp_lock.h>