Loading Makefile +1 −1 Original line number Diff line number Diff line VERSION = 4 PATCHLEVEL = 4 SUBLEVEL = 0 EXTRAVERSION = -rc1 EXTRAVERSION = -rc1-o NAME = Blurry Fish Butt # *DOCUMENTATION* Loading fs/orangefs/Makefile +4 −4 Original line number Diff line number Diff line Loading @@ -4,7 +4,7 @@ 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 orangefs-objs := acl.o file.o orangefs-cache.o orangefs-utils.o xattr.o \ dcache.o inode.o orangefs-sysfs.o orangefs-mod.o super.o \ devorangefs-req.o namei.o symlink.o dir.o orangefs-bufmap.o \ orangefs-debugfs.o waitqueue.o fs/orangefs/acl.c +2 −2 Original line number Diff line number Diff line Loading @@ -5,8 +5,8 @@ */ #include "protocol.h" #include "pvfs2-kernel.h" #include "pvfs2-bufmap.h" #include "orangefs-kernel.h" #include "orangefs-bufmap.h" #include <linux/posix_acl_xattr.h> #include <linux/fs_struct.h> Loading fs/orangefs/dcache.c +1 −1 Original line number Diff line number Diff line Loading @@ -9,7 +9,7 @@ */ #include "protocol.h" #include "pvfs2-kernel.h" #include "orangefs-kernel.h" /* Returns 1 if dentry can still be trusted, else 0. */ static int orangefs_revalidate_lookup(struct dentry *dentry) Loading fs/orangefs/devpvfs2-req.c→fs/orangefs/devorangefs-req.c +3 −3 Original line number Diff line number Diff line Loading @@ -8,9 +8,9 @@ */ #include "protocol.h" #include "pvfs2-kernel.h" #include "pvfs2-dev-proto.h" #include "pvfs2-bufmap.h" #include "orangefs-kernel.h" #include "orangefs-dev-proto.h" #include "orangefs-bufmap.h" #include <linux/debugfs.h> #include <linux/slab.h> Loading Loading
Makefile +1 −1 Original line number Diff line number Diff line VERSION = 4 PATCHLEVEL = 4 SUBLEVEL = 0 EXTRAVERSION = -rc1 EXTRAVERSION = -rc1-o NAME = Blurry Fish Butt # *DOCUMENTATION* Loading
fs/orangefs/Makefile +4 −4 Original line number Diff line number Diff line Loading @@ -4,7 +4,7 @@ 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 orangefs-objs := acl.o file.o orangefs-cache.o orangefs-utils.o xattr.o \ dcache.o inode.o orangefs-sysfs.o orangefs-mod.o super.o \ devorangefs-req.o namei.o symlink.o dir.o orangefs-bufmap.o \ orangefs-debugfs.o waitqueue.o
fs/orangefs/acl.c +2 −2 Original line number Diff line number Diff line Loading @@ -5,8 +5,8 @@ */ #include "protocol.h" #include "pvfs2-kernel.h" #include "pvfs2-bufmap.h" #include "orangefs-kernel.h" #include "orangefs-bufmap.h" #include <linux/posix_acl_xattr.h> #include <linux/fs_struct.h> Loading
fs/orangefs/dcache.c +1 −1 Original line number Diff line number Diff line Loading @@ -9,7 +9,7 @@ */ #include "protocol.h" #include "pvfs2-kernel.h" #include "orangefs-kernel.h" /* Returns 1 if dentry can still be trusted, else 0. */ static int orangefs_revalidate_lookup(struct dentry *dentry) Loading
fs/orangefs/devpvfs2-req.c→fs/orangefs/devorangefs-req.c +3 −3 Original line number Diff line number Diff line Loading @@ -8,9 +8,9 @@ */ #include "protocol.h" #include "pvfs2-kernel.h" #include "pvfs2-dev-proto.h" #include "pvfs2-bufmap.h" #include "orangefs-kernel.h" #include "orangefs-dev-proto.h" #include "orangefs-bufmap.h" #include <linux/debugfs.h> #include <linux/slab.h> Loading