summaryrefslogtreecommitdiffstats
path: root/fs/orangefs/file.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/file.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/file.c')
-rw-r--r--fs/orangefs/file.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/fs/orangefs/file.c b/fs/orangefs/file.c
index ae5d8ed67ed5..171013ae0036 100644
--- a/fs/orangefs/file.c
+++ b/fs/orangefs/file.c
@@ -9,8 +9,8 @@
*/
#include "protocol.h"
-#include "pvfs2-kernel.h"
-#include "pvfs2-bufmap.h"
+#include "orangefs-kernel.h"
+#include "orangefs-bufmap.h"
#include <linux/fs.h>
#include <linux/pagemap.h>
@@ -186,7 +186,7 @@ populate_shared_memory:
}
if (ret < 0) {
- handle_io_error(); /* defined in pvfs2-kernel.h */
+ handle_io_error();
/*
* don't write an error to syslog on signaled operation
* termination unless we've got debugging turned on, as