diff options
author | Martin Brandenburg <martin@omnibond.com> | 2015-11-13 22:26:09 +0300 |
---|---|---|
committer | Mike Marshall <hubcap@omnibond.com> | 2015-11-13 22:43:11 +0300 |
commit | f0ed4418d46db587eca981065ef5014332678606 (patch) | |
tree | 65437d6301c6d0dd9a69e39e113f71e3a8c03f5b /fs/orangefs/downcall.h | |
parent | b5bbc84328556bb653412b8e9682b8fdb091866a (diff) | |
download | linux-f0ed4418d46db587eca981065ef5014332678606.tar.xz |
Orangefs: Remove upcall trailers which are not used.
Also removes remnants of iox (readx/writex) which previously used
trailers, but no longer exist.
Signed-off-by: Martin Brandenburg <martin@omnibond.com>
Signed-off-by: Mike Marshall <hubcap@omnibond.com>
Diffstat (limited to 'fs/orangefs/downcall.h')
-rw-r--r-- | fs/orangefs/downcall.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/fs/orangefs/downcall.h b/fs/orangefs/downcall.h index f8bea46e7c6a..e372f446f6ba 100644 --- a/fs/orangefs/downcall.h +++ b/fs/orangefs/downcall.h @@ -19,10 +19,6 @@ struct pvfs2_io_response { __s64 amt_complete; }; -struct pvfs2_iox_response { - __s64 amt_complete; -}; - struct pvfs2_lookup_response { struct pvfs2_object_kref refn; }; @@ -111,7 +107,6 @@ struct pvfs2_downcall_s { union { struct pvfs2_io_response io; - struct pvfs2_iox_response iox; struct pvfs2_lookup_response lookup; struct pvfs2_create_response create; struct pvfs2_symlink_response sym; |