diff options
| -rw-r--r-- | fs/nilfs2/nilfs.h | 5 | ||||
| -rw-r--r-- | fs/nilfs2/super.c | 1 |
2 files changed, 0 insertions, 6 deletions
diff --git a/fs/nilfs2/nilfs.h b/fs/nilfs2/nilfs.h index 7558c977db02..3d0c18a16db1 100644 --- a/fs/nilfs2/nilfs.h +++ b/fs/nilfs2/nilfs.h | |||
| @@ -35,11 +35,6 @@ | |||
| 35 | #include "bmap_union.h" | 35 | #include "bmap_union.h" |
| 36 | 36 | ||
| 37 | /* | 37 | /* |
| 38 | * NILFS filesystem version | ||
| 39 | */ | ||
| 40 | #define NILFS_VERSION "2.0.5" | ||
| 41 | |||
| 42 | /* | ||
| 43 | * nilfs inode data in memory | 38 | * nilfs inode data in memory |
| 44 | */ | 39 | */ |
| 45 | struct nilfs_inode_info { | 40 | struct nilfs_inode_info { |
diff --git a/fs/nilfs2/super.c b/fs/nilfs2/super.c index 8a965f9523aa..6989b03e97ab 100644 --- a/fs/nilfs2/super.c +++ b/fs/nilfs2/super.c | |||
| @@ -63,7 +63,6 @@ | |||
| 63 | MODULE_AUTHOR("NTT Corp."); | 63 | MODULE_AUTHOR("NTT Corp."); |
| 64 | MODULE_DESCRIPTION("A New Implementation of the Log-structured Filesystem " | 64 | MODULE_DESCRIPTION("A New Implementation of the Log-structured Filesystem " |
| 65 | "(NILFS)"); | 65 | "(NILFS)"); |
| 66 | MODULE_VERSION(NILFS_VERSION); | ||
| 67 | MODULE_LICENSE("GPL"); | 66 | MODULE_LICENSE("GPL"); |
| 68 | 67 | ||
| 69 | static int nilfs_remount(struct super_block *sb, int *flags, char *data); | 68 | static int nilfs_remount(struct super_block *sb, int *flags, char *data); |
