forked from microsoft/WSL2-Linux-Kernel
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Mike Marshall <hubcap@omnibond.com>
- Loading branch information
Showing
4 changed files
with
18 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
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. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
# | ||
# 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 |