From: Alex Elder Date: Wed, 6 Feb 2013 19:11:38 +0000 (-0600) Subject: ceph: remove a few bogus declarations X-Git-Tag: v3.9-rc1~41^2~21^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9e0eb85d5861d512759caf1301670b36d4c221ed;p=pandora-kernel.git ceph: remove a few bogus declarations There are three ceph page vector functions declared in "fs/ceph/super.h" that don't belong there. They're probably left over from some long-ago code reorganization. They're properly declared in "include/linux/ceph/libceph.h" so just delete the ones in "super.h". This and the next few commits resolve: http://tracker.ceph.com/issues/4053 Signed-off-by: Alex Elder Reviewed-by: Josh Durgin --- Reading git-diff-tree failed