Skip to content

Commit

Permalink
nilfs2-kmod9 v1.10 release
Browse files Browse the repository at this point in the history
Signed-off-by: Ryusuke Konishi <konishi.ryusuke@gmail.com>
  • Loading branch information
konis committed May 7, 2023
1 parent 44862b1 commit 640c545
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions ChangeLog
@@ -1,3 +1,10 @@
nilfs2-kmod9-1.10 Sun May 7, 2023 JST

* backport fixes for kernel hangs with corrupted disk images and
writes even after read-only degeneration:
- nilfs2: do not write dirty data after degenerating to read-only
- nilfs2: fix infinite loop in nilfs_mdt_get_block()

nilfs2-kmod9-1.9 Sun Apr 23, 2023 JST

* backport another missing block initialization fix:
Expand Down
2 changes: 1 addition & 1 deletion fs/nilfs2/super.c
Expand Up @@ -54,7 +54,7 @@ MODULE_AUTHOR("NTT Corp.");
MODULE_DESCRIPTION("A New Implementation of the Log-structured Filesystem "
"(NILFS)");
MODULE_LICENSE("GPL");
MODULE_VERSION("nilfs2-kmod9-1.9");
MODULE_VERSION("nilfs2-kmod9-1.10");

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

0 comments on commit 640c545

Please sign in to comment.