forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-01-31 f70575805708cabdedea7498aaa3f710fde4d920
kernel/fs/ocfs2/Kconfig
....@@ -1,6 +1,7 @@
1
+# SPDX-License-Identifier: GPL-2.0-only
12 config OCFS2_FS
23 tristate "OCFS2 file system support"
3
- depends on NET && SYSFS && CONFIGFS_FS
4
+ depends on INET && SYSFS && CONFIGFS_FS
45 select JBD2
56 select CRC32
67 select QUOTA
....@@ -15,12 +16,12 @@
1516 You'll want to install the ocfs2-tools package in order to at least
1617 get "mount.ocfs2".
1718
18
- Project web page: http://oss.oracle.com/projects/ocfs2
19
- Tools web page: http://oss.oracle.com/projects/ocfs2-tools
20
- OCFS2 mailing lists: http://oss.oracle.com/projects/ocfs2/mailman/
19
+ Project web page: https://oss.oracle.com/projects/ocfs2
20
+ Tools web page: https://oss.oracle.com/projects/ocfs2-tools
21
+ OCFS2 mailing lists: https://oss.oracle.com/projects/ocfs2/mailman/
2122
2223 For more information on OCFS2, see the file
23
- <file:Documentation/filesystems/ocfs2.txt>.
24
+ <file:Documentation/filesystems/ocfs2.rst>.
2425
2526 config OCFS2_FS_O2CB
2627 tristate "O2CB Kernelspace Clustering"