diff options
author | Martin Brandenburg <martin@omnibond.com> | 2016-02-20 22:26:01 +0300 |
---|---|---|
committer | Mike Marshall <hubcap@omnibond.com> | 2016-02-25 01:07:50 +0300 |
commit | 9c2bcf288ed7f600bc3f8e7541ea0522a8912bae (patch) | |
tree | 245f765664b131be5a95c2c75f8a4d4372e2d374 /fs/orangefs/upcall.h | |
parent | 47b4948fdb1055cd8d8f86aebb0b3fcb06ba36d5 (diff) | |
download | linux-9c2bcf288ed7f600bc3f8e7541ea0522a8912bae.tar.xz |
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.h | 4 |
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; |