From: Paul E. McKenney Date: Fri, 30 Apr 2010 03:48:47 +0000 (-0700) Subject: vfs: add fs.h to define struct file X-Git-Tag: v2.6.36-rc1~533^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2c666df80764389886110c942a7916ba9622583d;p=pandora-kernel.git 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 Signed-off-by: Paul E. McKenney Cc: Al Viro --- Reading git-diff-tree failed