Skip to content

Commit

Permalink
nilfs2-kmod10 v1.0 release
Browse files Browse the repository at this point in the history
Signed-off-by: Ryusuke Konishi <[email protected]>
  • Loading branch information
konis committed Aug 20, 2024
1 parent eab80d2 commit 20d713d
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
8 changes: 8 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
nilfs2-kmod10-1.0 Tue Aug 20, 2024 JST

* add kern_feature.h header file
* add makefiles
* add COPYING file
* add README file
* add .gitignore file
* Import source files from Linux kernel 6.11-rc4.
1 change: 1 addition & 0 deletions fs/nilfs2/super.c
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ MODULE_AUTHOR("NTT Corp.");
MODULE_DESCRIPTION("A New Implementation of the Log-structured Filesystem "
"(NILFS)");
MODULE_LICENSE("GPL");
MODULE_VERSION("nilfs2-kmod10-1.0");

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

0 comments on commit 20d713d

Please sign in to comment.