We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 15a9eed commit 5863ed2Copy full SHA for 5863ed2
1 file changed
nullfsvfs.c
@@ -1,6 +1,5 @@
1
/*
2
- * Nullfs.
3
- *
+ * nullfsvfs.
4
*
5
* Copyright (C) 2018 Michael Ablassmeier <abi@grinser.de>
6
@@ -47,7 +46,7 @@
47
46
#define NULLFS_MAGIC 0x19980123
48
#define NULLFS_DEFAULT_MODE 0755
49
#define NULLFS_SYSFS_MODE 0644
50
-#define NULLFS_VERSION "0.24"
+#define NULLFS_VERSION "0.25"
51
52
MODULE_AUTHOR("Michael Ablassmeier");
53
MODULE_LICENSE("GPL");
0 commit comments