diff --git a/ChangeLog b/ChangeLog index 5e92352..36ed067 100644 --- a/ChangeLog +++ b/ChangeLog @@ -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 diff --git a/fs/nilfs2/super.c b/fs/nilfs2/super.c index 3f1443d..1e5c963 100644 --- a/fs/nilfs2/super.c +++ b/fs/nilfs2/super.c @@ -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;