summaryrefslogtreecommitdiff
path: root/fs/orangefs/upcall.h
diff options
context:
space:
mode:
authorMartin Brandenburg <martin@omnibond.com>2016-02-20 14:26:01 -0500
committerMike Marshall <hubcap@omnibond.com>2016-02-24 17:07:50 -0500
commit9c2bcf288ed7f600bc3f8e7541ea0522a8912bae (patch)
tree245f765664b131be5a95c2c75f8a4d4372e2d374 /fs/orangefs/upcall.h
parent47b4948fdb1055cd8d8f86aebb0b3fcb06ba36d5 (diff)
orangefs: remove vestigial async io code
I have verified that there is nothing in the userspace daemon version we are implementing this protocol against that ever looks at this field. Signed-off-by: Martin Brandenburg <martin@omnibond.com> Signed-off-by: Mike Marshall <hubcap@omnibond.com>
Diffstat (limited to 'fs/orangefs/upcall.h')
-rw-r--r--fs/orangefs/upcall.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/fs/orangefs/upcall.h b/fs/orangefs/upcall.h
index af6dcac180ab..001b20239407 100644
--- a/fs/orangefs/upcall.h
+++ b/fs/orangefs/upcall.h
@@ -13,10 +13,10 @@
* client-core and device
*/
struct orangefs_io_request_s {
- __s32 async_vfs_io;
+ __s32 __pad1;
__s32 buf_index;
__s32 count;
- __s32 __pad1;
+ __s32 __pad2;
__s64 offset;
struct orangefs_object_kref refn;
enum ORANGEFS_io_type io_type;