Skip to content

Commit

Permalink
nilfs2: remove module version
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Ryusuke Konishi committed Apr 13, 2009
1 parent c2698e5 commit e7a7402
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
5 changes: 0 additions & 5 deletions fs/nilfs2/nilfs.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
*/
Expand Down
1 change: 0 additions & 1 deletion fs/nilfs2/super.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit e7a7402

Please sign in to comment.