mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2024-11-01 17:08:10 +00:00
0c1bc6b845
Some filesystem references got broken by a previous patch series I submitted. Address those. Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org> Acked-by: David Sterba <dsterba@suse.com> # fs/affs/Kconfig Link: https://lore.kernel.org/r/57318c53008dbda7f6f4a5a9e5787f4d37e8565a.1586881715.git.mchehab+huawei@kernel.org Signed-off-by: Jonathan Corbet <corbet@lwn.net>
15 lines
680 B
Text
15 lines
680 B
Text
# SPDX-License-Identifier: GPL-2.0-only
|
|
config HPFS_FS
|
|
tristate "OS/2 HPFS file system support"
|
|
depends on BLOCK
|
|
help
|
|
OS/2 is IBM's operating system for PC's, the same as Warp, and HPFS
|
|
is the file system used for organizing files on OS/2 hard disk
|
|
partitions. Say Y if you want to be able to read files from and
|
|
write files to an OS/2 HPFS partition on your hard drive. OS/2
|
|
floppies however are in regular MSDOS format, so you don't need this
|
|
option in order to be able to read them. Read
|
|
<file:Documentation/filesystems/hpfs.rst>.
|
|
|
|
To compile this file system support as a module, choose M here: the
|
|
module will be called hpfs. If unsure, say N.
|