Browse Source

vfs: add fs.h to define struct file

The sparse RCU-pointer annotations require definition of the
underlying type of any pointer passed to rcu_dereference() and friends.
So fcheck_files() needs "struct file" to be defined, so include fs.h.

Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Paul E. McKenney <paulmck@linux.vnet.ibm.com>
Cc: Al Viro <viro@ZenIV.linux.org.uk>
Paul E. McKenney 15 years ago
parent
commit
2c666df807
1 changed files with 1 additions and 0 deletions
  1. 1 0
      include/linux/fdtable.h

+ 1 - 0
include/linux/fdtable.h

@@ -11,6 +11,7 @@
 #include <linux/rcupdate.h>
 #include <linux/rcupdate.h>
 #include <linux/types.h>
 #include <linux/types.h>
 #include <linux/init.h>
 #include <linux/init.h>
+#include <linux/fs.h>
 
 
 #include <asm/atomic.h>
 #include <asm/atomic.h>