diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2012-01-09 21:51:01 +0100 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2012-01-09 21:51:01 +0100 |
commit | 9e203936eac786f9268d6a13e6442d2accef1829 (patch) | |
tree | 1da906e1c099b3afacf3b358b8981931c4da45fd /fs/Kconfig | |
parent | Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfs (diff) | |
parent | ore: Must support none-PAGE-aligned IO (diff) | |
download | linux-9e203936eac786f9268d6a13e6442d2accef1829.tar.xz 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/Kconfig | 2 |
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 |