aboutsummaryrefslogtreecommitdiff
path: root/fs
diff options
context:
space:
mode:
authorIlya Dryomov <idryomov@redhat.com>2014-11-13 20:42:35 +0300
committerIlya Dryomov <idryomov@redhat.com>2014-12-17 20:09:51 +0300
commitca3995ad13b5e8bb08be850d08fe1e2abffc0206 (patch)
tree8540110c7909d8f4679f88d7299e5616ddee3508 /fs
parenta3fc98005c9c6e4649d26bee0935a7048a95c9e6 (diff)
ceph: remove unused stringification macros
These were used to report git versions a long time ago. Signed-off-by: Ilya Dryomov <idryomov@redhat.com>
Diffstat (limited to 'fs')
-rw-r--r--fs/ceph/super.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/fs/ceph/super.c b/fs/ceph/super.c
index 3b5c1e3335db..989e86cc1e73 100644
--- a/fs/ceph/super.c
+++ b/fs/ceph/super.c
@@ -1017,9 +1017,6 @@ static struct file_system_type ceph_fs_type = {
};
MODULE_ALIAS_FS("ceph");
-#define _STRINGIFY(x) #x
-#define STRINGIFY(x) _STRINGIFY(x)
-
static int __init init_ceph(void)
{
int ret = init_caches();