Orangefs: change pvfs2 filenames to orangefs
[deliverable/linux.git] / fs / orangefs / file.c
index ae5d8ed67ed53265a9d47fa272e8e7ca3f1a2499..171013ae00363209517bacbe5e445232f0f63a28 100644 (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
This page took 0.024646 seconds and 5 git commands to generate.