瀏覽代碼

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: Ryusuke Konishi <konishi.ryusuke@lab.ntt.co.jp>
Ryusuke Konishi 16 年之前
父節點
當前提交
e7a7402c0d
共有 2 個文件被更改,包括 0 次插入6 次删除
  1. 0 5
      fs/nilfs2/nilfs.h
  2. 0 1
      fs/nilfs2/super.c

+ 0 - 5
fs/nilfs2/nilfs.h

@@ -34,11 +34,6 @@
 #include "bmap.h"
 #include "bmap_union.h"
 
-/*
- * NILFS filesystem version
- */
-#define NILFS_VERSION		"2.0.5"
-
 /*
  * nilfs inode data in memory
  */

+ 0 - 1
fs/nilfs2/super.c

@@ -63,7 +63,6 @@
 MODULE_AUTHOR("NTT Corp.");
 MODULE_DESCRIPTION("A New Implementation of the Log-structured Filesystem "
 		   "(NILFS)");
-MODULE_VERSION(NILFS_VERSION);
 MODULE_LICENSE("GPL");
 
 static int nilfs_remount(struct super_block *sb, int *flags, char *data);