linux/fs/debugfs
Harvey Harrison 3634634edd debugfs: fix sparse warnings
extern does not belong in C files, move declaration to linux/debugfs.h
fs/debugfs/file.c:42:30: warning: symbol 'debugfs_file_operations' was not declared. Should it be static?
fs/debugfs/file.c:54:31: warning: symbol 'debugfs_link_operations' was not declared. Should it be static?

Signed-off-by: Harvey Harrison <harvey.harrison@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
2008-03-04 14:47:06 -08:00
..
Makefile Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
file.c libfs: allow error return from simple attributes 2008-02-08 09:22:34 -08:00
inode.c debugfs: fix sparse warnings 2008-03-04 14:47:06 -08:00