Skip to content

Commit 3a3cd91

Browse files
committed
nilfs2-kmod6 v1.1.2 release
Signed-off-by: Ryusuke Konishi <konishi.ryusuke@lab.ntt.co.jp>
1 parent c826aee commit 3a3cd91

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

ChangeLog

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
nilfs2-kmod6-1.1.2 Sat Nov 18, 2017 JST
2+
3+
* fix race condition that causes file system corruption
4+
* fix a coding style issue:
5+
- align block comments of nilfs_sufile_truncate_range() at *
6+
* README: replace the repository name in examples with nilfs2-kmod6
7+
18
nilfs2-kmod6-1.1.1 Sat Jul 23, 2016 JST
29

310
* fix potential underflow in call to crc32_le

fs/nilfs2/super.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ MODULE_AUTHOR("NTT Corp.");
6464
MODULE_DESCRIPTION("A New Implementation of the Log-structured Filesystem "
6565
"(NILFS)");
6666
MODULE_LICENSE("GPL");
67-
MODULE_VERSION("nilfs2-kmod6-1.1.1");
67+
MODULE_VERSION("nilfs2-kmod6-1.1.2");
6868

6969
static struct kmem_cache *nilfs_inode_cachep;
7070
struct kmem_cache *nilfs_transaction_cachep;

0 commit comments

Comments
 (0)