diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2009-04-03 09:53:22 -0700 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2009-04-03 09:53:22 -0700 |
commit | 9b59f0316bc556a1b63518f0b1224cf9be48467b (patch) | |
tree | d6ffccbe5d9ce5f55c1b2efaf02220c701d4420a /fs/Kconfig | |
parent | ac7c1a776dfe1a9c83ea7885f858f5f1a144d8af (diff) | |
parent | 0d8fe329a80714e0f729ae48cba8d64cbe5701cb (diff) | |
download | op-kernel-dev-9b59f0316bc556a1b63518f0b1224cf9be48467b.zip op-kernel-dev-9b59f0316bc556a1b63518f0b1224cf9be48467b.tar.gz |
Merge branch 'for-linus' of git://git.open-osd.org/linux-open-osd
* 'for-linus' of git://git.open-osd.org/linux-open-osd:
fs: Add exofs to Kernel build
exofs: Documentation
exofs: export_operations
exofs: super_operations and file_system_type
exofs: dir_inode and directory operations
exofs: address_space_operations
exofs: symlink_inode and fast_symlink_inode operations
exofs: file and file_inode operations
exofs: Kbuild, Headers and osd utils
Diffstat (limited to 'fs/Kconfig')
-rw-r--r-- | fs/Kconfig | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -169,6 +169,8 @@ source "fs/romfs/Kconfig" source "fs/sysv/Kconfig" source "fs/ufs/Kconfig" +source "fs/exofs/Kconfig" + endif # MISC_FILESYSTEMS menuconfig NETWORK_FILESYSTEMS |