diff options
author | Mike Marshall <hubcap@omnibond.com> | 2015-12-04 12:56:14 -0500 |
---|---|---|
committer | Mike Marshall <hubcap@omnibond.com> | 2015-12-04 12:56:14 -0500 |
commit | 575e946125f70c41c2042f10172842c5cab9a09a (patch) | |
tree | b90d02ee390b0289a8a66123b58e0f6354e7964c /fs/orangefs/acl.c | |
parent | 8bb8aefd5afb54a25a002feb4ec70011812d06a0 (diff) | |
download | linux-575e946125f70c41c2042f10172842c5cab9a09a.tar.bz2 |
Orangefs: change pvfs2 filenames to orangefs
Also changed references within source files that referred to
header files whose names had changed.
Signed-off-by: Mike Marshall <hubcap@omnibond.com>
Diffstat (limited to 'fs/orangefs/acl.c')
-rw-r--r-- | fs/orangefs/acl.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/fs/orangefs/acl.c b/fs/orangefs/acl.c index 5e27d5fcb6bf..03f89dbb2512 100644 --- a/fs/orangefs/acl.c +++ b/fs/orangefs/acl.c @@ -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> |