summaryrefslogtreecommitdiffstats
path: root/fs/afs/internal.h
diff options
context:
space:
mode:
Diffstat (limited to 'fs/afs/internal.h')
-rw-r--r--fs/afs/internal.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/fs/afs/internal.h b/fs/afs/internal.h
index 5dfa56903a2d..8499870147ef 100644
--- a/fs/afs/internal.h
+++ b/fs/afs/internal.h
@@ -90,7 +90,10 @@ struct afs_call {
90 unsigned request_size; /* size of request data */ 90 unsigned request_size; /* size of request data */
91 unsigned reply_max; /* maximum size of reply */ 91 unsigned reply_max; /* maximum size of reply */
92 unsigned first_offset; /* offset into mapping[first] */ 92 unsigned first_offset; /* offset into mapping[first] */
93 unsigned last_to; /* amount of mapping[last] */ 93 union {
94 unsigned last_to; /* amount of mapping[last] */
95 unsigned count2; /* count used in unmarshalling */
96 };
94 unsigned char unmarshall; /* unmarshalling phase */ 97 unsigned char unmarshall; /* unmarshalling phase */
95 bool incoming; /* T if incoming call */ 98 bool incoming; /* T if incoming call */
96 bool send_pages; /* T if data from mapping should be sent */ 99 bool send_pages; /* T if data from mapping should be sent */