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>
This commit is contained in:
Mike Marshall
2015-12-04 12:56:14 -05:00
parent 8bb8aefd5a
commit 575e946125
26 changed files with 47 additions and 47 deletions

View File

@@ -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