summaryrefslogtreecommitdiffstats
path: root/fs/Kconfig
diff options
context:
space:
mode:
authorLinus Torvalds2012-01-09 21:51:01 +0100
committerLinus Torvalds2012-01-09 21:51:01 +0100
commit9e203936eac786f9268d6a13e6442d2accef1829 (patch)
tree1da906e1c099b3afacf3b358b8981931c4da45fd /fs/Kconfig
parentMerge branch 'for-linus' of git://oss.sgi.com/xfs/xfs (diff)
parentore: Must support none-PAGE-aligned IO (diff)
downloadkernel-qcow2-linux-9e203936eac786f9268d6a13e6442d2accef1829.tar.gz
kernel-qcow2-linux-9e203936eac786f9268d6a13e6442d2accef1829.tar.xz
kernel-qcow2-linux-9e203936eac786f9268d6a13e6442d2accef1829.zip
Merge branch 'for-linus' of git://git.open-osd.org/linux-open-osd
* 'for-linus' of git://git.open-osd.org/linux-open-osd: ore: Must support none-PAGE-aligned IO ore: fix BUG_ON, too few sgs when reading ore: Fix crash in case of an IO error. ore: FIX breakage when MISC_FILESYSTEMS is not set
Diffstat (limited to 'fs/Kconfig')
-rw-r--r--fs/Kconfig2
1 files changed, 2 insertions, 0 deletions
diff --git a/fs/Kconfig b/fs/Kconfig
index 30145d886bc2..d621f02a3f9e 100644
--- a/fs/Kconfig
+++ b/fs/Kconfig
@@ -218,6 +218,8 @@ source "fs/exofs/Kconfig"
endif # MISC_FILESYSTEMS
+source "fs/exofs/Kconfig.ore"
+
menuconfig NETWORK_FILESYSTEMS
bool "Network File Systems"
default y