summaryrefslogtreecommitdiffstats
path: root/fs/orangefs/symlink.c
diff options
context:
space:
mode:
authorMike Marshall2015-12-04 18:56:14 +0100
committerMike Marshall2015-12-04 18:56:14 +0100
commit575e946125f70c41c2042f10172842c5cab9a09a (patch)
treeb90d02ee390b0289a8a66123b58e0f6354e7964c /fs/orangefs/symlink.c
parentOrangeFS: Change almost all instances of the string PVFS2 to OrangeFS. (diff)
downloadkernel-qcow2-linux-575e946125f70c41c2042f10172842c5cab9a09a.tar.gz
kernel-qcow2-linux-575e946125f70c41c2042f10172842c5cab9a09a.tar.xz
kernel-qcow2-linux-575e946125f70c41c2042f10172842c5cab9a09a.zip
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/symlink.c')
-rw-r--r--fs/orangefs/symlink.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/fs/orangefs/symlink.c b/fs/orangefs/symlink.c
index 321f626b190b..1b3ae63463dc 100644
--- a/fs/orangefs/symlink.c
+++ b/fs/orangefs/symlink.c
@@ -5,8 +5,8 @@
*/
#include "protocol.h"
-#include "pvfs2-kernel.h"
-#include "pvfs2-bufmap.h"
+#include "orangefs-kernel.h"
+#include "orangefs-bufmap.h"
static const char *orangefs_follow_link(struct dentry *dentry, void **cookie)
{