diff options
author | Ilya Dryomov <idryomov@redhat.com> | 2014-11-13 12:42:35 -0500 |
---|---|---|
committer | Ilya Dryomov <idryomov@redhat.com> | 2014-12-17 12:09:51 -0500 |
commit | ca3995ad13b5e8bb08be850d08fe1e2abffc0206 (patch) | |
tree | 8540110c7909d8f4679f88d7299e5616ddee3508 /fs | |
parent | a3fc98005c9c6e4649d26bee0935a7048a95c9e6 (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.c | 3 |
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 = { | |||
1017 | }; | 1017 | }; |
1018 | MODULE_ALIAS_FS("ceph"); | 1018 | MODULE_ALIAS_FS("ceph"); |
1019 | 1019 | ||
1020 | #define _STRINGIFY(x) #x | ||
1021 | #define STRINGIFY(x) _STRINGIFY(x) | ||
1022 | |||
1023 | static int __init init_ceph(void) | 1020 | static int __init init_ceph(void) |
1024 | { | 1021 | { |
1025 | int ret = init_caches(); | 1022 | int ret = init_caches(); |