Skip to content

Commit

Permalink
nilfs2-kmod6 v1.1.2 release
Browse files Browse the repository at this point in the history
Signed-off-by: Ryusuke Konishi <[email protected]>
  • Loading branch information
konis committed Nov 18, 2017
1 parent c826aee commit 3a3cd91
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
nilfs2-kmod6-1.1.2 Sat Nov 18, 2017 JST

* fix race condition that causes file system corruption
* fix a coding style issue:
- align block comments of nilfs_sufile_truncate_range() at *
* README: replace the repository name in examples with nilfs2-kmod6

nilfs2-kmod6-1.1.1 Sat Jul 23, 2016 JST

* fix potential underflow in call to crc32_le
Expand Down
2 changes: 1 addition & 1 deletion fs/nilfs2/super.c
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ MODULE_AUTHOR("NTT Corp.");
MODULE_DESCRIPTION("A New Implementation of the Log-structured Filesystem "
"(NILFS)");
MODULE_LICENSE("GPL");
MODULE_VERSION("nilfs2-kmod6-1.1.1");
MODULE_VERSION("nilfs2-kmod6-1.1.2");

static struct kmem_cache *nilfs_inode_cachep;
struct kmem_cache *nilfs_transaction_cachep;
Expand Down

0 comments on commit 3a3cd91

Please sign in to comment.