Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 07f01962 authored by Mike Marshall's avatar Mike Marshall
Browse files

Orangefs: kernel client part 7

parent 74a552a1
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -190,6 +190,7 @@ menuconfig MISC_FILESYSTEMS

if MISC_FILESYSTEMS

source "fs/orangefs/Kconfig"
source "fs/adfs/Kconfig"
source "fs/affs/Kconfig"
source "fs/ecryptfs/Kconfig"
+1 −0
Original line number Diff line number Diff line
@@ -104,6 +104,7 @@ obj-$(CONFIG_AUTOFS4_FS) += autofs4/
obj-$(CONFIG_ADFS_FS)		+= adfs/
obj-$(CONFIG_FUSE_FS)		+= fuse/
obj-$(CONFIG_OVERLAY_FS)	+= overlayfs/
obj-$(CONFIG_ORANGEFS_FS)       += orangefs/
obj-$(CONFIG_UDF_FS)		+= udf/
obj-$(CONFIG_SUN_OPENPROMFS)	+= openpromfs/
obj-$(CONFIG_OMFS_FS)		+= omfs/

fs/orangefs/Kconfig

0 → 100644
+6 −0
Original line number Diff line number Diff line
config ORANGEFS_FS
	tristate "ORANGEFS (Powered by PVFS) support"
	select FS_POSIX_ACL
	help
	   Orange is a parallel file system designed for use on high end
	   computing (HEC) systems.

fs/orangefs/Makefile

0 → 100644
+10 −0
Original line number Diff line number Diff line
#
# Makefile for the ORANGEFS filesystem.
#

obj-$(CONFIG_ORANGEFS_FS) += orangefs.o

orangefs-objs := acl.o file.o pvfs2-cache.o pvfs2-utils.o xattr.o dcache.o \
		 inode.o pvfs2-sysfs.o pvfs2-mod.o super.o devpvfs2-req.o \
		 namei.o symlink.o dir.o pvfs2-bufmap.o \
		 pvfs2-debugfs.o waitqueue.o