| .. | .. |
|---|
| 1 | +# SPDX-License-Identifier: GPL-2.0-only |
|---|
| 1 | 2 | config OCFS2_FS |
|---|
| 2 | 3 | tristate "OCFS2 file system support" |
|---|
| 3 | | - depends on NET && SYSFS && CONFIGFS_FS |
|---|
| 4 | + depends on INET && SYSFS && CONFIGFS_FS |
|---|
| 4 | 5 | select JBD2 |
|---|
| 5 | 6 | select CRC32 |
|---|
| 6 | 7 | select QUOTA |
|---|
| .. | .. |
|---|
| 15 | 16 | You'll want to install the ocfs2-tools package in order to at least |
|---|
| 16 | 17 | get "mount.ocfs2". |
|---|
| 17 | 18 | |
|---|
| 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/ |
|---|
| 21 | 22 | |
|---|
| 22 | 23 | For more information on OCFS2, see the file |
|---|
| 23 | | - <file:Documentation/filesystems/ocfs2.txt>. |
|---|
| 24 | + <file:Documentation/filesystems/ocfs2.rst>. |
|---|
| 24 | 25 | |
|---|
| 25 | 26 | config OCFS2_FS_O2CB |
|---|
| 26 | 27 | tristate "O2CB Kernelspace Clustering" |
|---|