]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - fs/locks.c
v850: types: use <asm-generic/int-*.h> for the v850 architecture
[linux-2.6-omap-h63xx.git] / fs / locks.c
index e1ea2fe036811a7a4f68702655a39c28111e033a..663c069b59b3d6490fd2fa9046d4d0bc3620a581 100644 (file)
 
 #include <linux/capability.h>
 #include <linux/file.h>
+#include <linux/fdtable.h>
 #include <linux/fs.h>
 #include <linux/init.h>
 #include <linux/module.h>
@@ -236,6 +237,7 @@ void __locks_copy_lock(struct file_lock *new, const struct file_lock *fl)
        new->fl_ops = NULL;
        new->fl_lmops = NULL;
 }
+EXPORT_SYMBOL(__locks_copy_lock);
 
 void locks_copy_lock(struct file_lock *new, struct file_lock *fl)
 {