vfs: add fs.h to define struct file
commit2c666df80764389886110c942a7916ba9622583d
authorPaul E. McKenney <paulmck@linux.vnet.ibm.com>
Fri, 30 Apr 2010 03:48:47 +0000 (29 20:48 -0700)
committerPaul E. McKenney <paulmck@linux.vnet.ibm.com>
Mon, 14 Jun 2010 23:37:27 +0000 (14 16:37 -0700)
tree9284d7ef4001bc2e2a2f162f3111e819e2aadd07
parenta25909a4d4a29e272f953e12595bf2f04a292dbd
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>
include/linux/fdtable.h