]> git.karo-electronics.de Git - mv-sheeva.git/commit
ceph: fix debugfs warnings
authorRandy Dunlap <randy.dunlap@oracle.com>
Tue, 28 Sep 2010 16:53:10 +0000 (09:53 -0700)
committerSage Weil <sage@newdream.net>
Wed, 20 Oct 2010 22:38:21 +0000 (15:38 -0700)
commit6f453ed6c07dbed83b368269c9c0fb170866ee71
treef43e0bfd108aad49e8bbab9be395c74f97da5109
parentf4cf3deef4c474381e8fee2e6099d49edd9105cb
ceph: fix debugfs warnings

Include "super.h" outside of CONFIG_DEBUG_FS to eliminate a compiler warning:

fs/ceph/debugfs.c:266: warning: 'struct ceph_fs_client' declared inside parameter list
fs/ceph/debugfs.c:266: warning: its scope is only this definition or declaration, which is probably not what you want
fs/ceph/debugfs.c:271: warning: 'struct ceph_fs_client' declared inside parameter list

Signed-off-by: Randy Dunlap <randy.dunlap@oracle.com>
Signed-off-by: Yehuda Sadeh <yehuda@hq.newdream.net>
fs/ceph/debugfs.c