diff options
Diffstat (limited to 'fs/nfs/callback.h')
| -rw-r--r-- | fs/nfs/callback.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/fs/nfs/callback.h b/fs/nfs/callback.h index 5676163d26e8..db3d7919c601 100644 --- a/fs/nfs/callback.h +++ b/fs/nfs/callback.h | |||
| @@ -31,10 +31,10 @@ struct cb_compound_hdr_arg { | |||
| 31 | }; | 31 | }; |
| 32 | 32 | ||
| 33 | struct cb_compound_hdr_res { | 33 | struct cb_compound_hdr_res { |
| 34 | uint32_t *status; | 34 | __be32 *status; |
| 35 | int taglen; | 35 | int taglen; |
| 36 | const char *tag; | 36 | const char *tag; |
| 37 | uint32_t *nops; | 37 | __be32 *nops; |
| 38 | }; | 38 | }; |
| 39 | 39 | ||
| 40 | struct cb_getattrargs { | 40 | struct cb_getattrargs { |
| @@ -44,7 +44,7 @@ struct cb_getattrargs { | |||
| 44 | }; | 44 | }; |
| 45 | 45 | ||
| 46 | struct cb_getattrres { | 46 | struct cb_getattrres { |
| 47 | uint32_t status; | 47 | __be32 status; |
| 48 | uint32_t bitmap[2]; | 48 | uint32_t bitmap[2]; |
| 49 | uint64_t size; | 49 | uint64_t size; |
| 50 | uint64_t change_attr; | 50 | uint64_t change_attr; |
| @@ -59,8 +59,8 @@ struct cb_recallargs { | |||
| 59 | uint32_t truncate; | 59 | uint32_t truncate; |
| 60 | }; | 60 | }; |
| 61 | 61 | ||
| 62 | extern unsigned nfs4_callback_getattr(struct cb_getattrargs *args, struct cb_getattrres *res); | 62 | extern __be32 nfs4_callback_getattr(struct cb_getattrargs *args, struct cb_getattrres *res); |
| 63 | extern unsigned nfs4_callback_recall(struct cb_recallargs *args, void *dummy); | 63 | extern __be32 nfs4_callback_recall(struct cb_recallargs *args, void *dummy); |
| 64 | 64 | ||
| 65 | #ifdef CONFIG_NFS_V4 | 65 | #ifdef CONFIG_NFS_V4 |
| 66 | extern int nfs_callback_up(void); | 66 | extern int nfs_callback_up(void); |
