nilfs2: remove module version
authorRyusuke Konishi <konishi.ryusuke@lab.ntt.co.jp>
Fri, 27 Mar 2009 01:49:11 +0000 (10:49 +0900)
committerRyusuke Konishi <konishi.ryusuke@lab.ntt.co.jp>
Mon, 13 Apr 2009 00:53:50 +0000 (09:53 +0900)
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>
fs/nilfs2/nilfs.h
fs/nilfs2/super.c

index 7558c97..3d0c18a 100644 (file)
 #include "bmap_union.h"
 
 /*
- * NILFS filesystem version
- */
-#define NILFS_VERSION          "2.0.5"
-
-/*
  * nilfs inode data in memory
  */
 struct nilfs_inode_info {
index 8a965f9..6989b03 100644 (file)
@@ -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);