提交 e7a7402c 编写于 作者: R Ryusuke Konishi

nilfs2: remove module version

A MODULE_VERSION() macro has been used in out-of-tree nilfs modules,
but it's needless and not updated in tree.  So, this removes it along
with the version declaration.
Signed-off-by: NRyusuke Konishi <konishi.ryusuke@lab.ntt.co.jp>
上级 c2698e50
...@@ -34,11 +34,6 @@ ...@@ -34,11 +34,6 @@
#include "bmap.h" #include "bmap.h"
#include "bmap_union.h" #include "bmap_union.h"
/*
* NILFS filesystem version
*/
#define NILFS_VERSION "2.0.5"
/* /*
* nilfs inode data in memory * nilfs inode data in memory
*/ */
......
...@@ -63,7 +63,6 @@ ...@@ -63,7 +63,6 @@
MODULE_AUTHOR("NTT Corp."); MODULE_AUTHOR("NTT Corp.");
MODULE_DESCRIPTION("A New Implementation of the Log-structured Filesystem " MODULE_DESCRIPTION("A New Implementation of the Log-structured Filesystem "
"(NILFS)"); "(NILFS)");
MODULE_VERSION(NILFS_VERSION);
MODULE_LICENSE("GPL"); MODULE_LICENSE("GPL");
static int nilfs_remount(struct super_block *sb, int *flags, char *data); static int nilfs_remount(struct super_block *sb, int *flags, char *data);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册