include: linux/fs.h: put declarations in __KERNEL__
authorJan Engelhardt <jengelh@medozas.de>
Mon, 1 Dec 2008 22:34:50 +0000 (14:34 -0800)
committerAl Viro <viro@zeniv.linux.org.uk>
Wed, 31 Dec 2008 23:07:38 +0000 (18:07 -0500)
commitdded4f4d5048e64a01cf52eed4d27c8cb2600525
tree8c9f4bb7dd7ef7a2a263d5f16fd618e36d8be0d2
parentc2452f32786159ed85f0e4b21fec09258f822fc8
include: linux/fs.h: put declarations in __KERNEL__

include/linux/fs.h contains externs for a bunch of variables.  That obviously
belongs under ifdef __KERNEL__.

Signed-off-by: Jan Engelhardt <jengelh@medozas.de>
Cc: Al Viro <viro@zeniv.linux.org.uk>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
include/linux/fs.h