diff options
Diffstat (limited to 'fs/nfs')
-rw-r--r-- | fs/nfs/blocklayout/blocklayout.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/nfs/blocklayout/blocklayout.h b/fs/nfs/blocklayout/blocklayout.h index f27d827960a3..58dc256402e3 100644 --- a/fs/nfs/blocklayout/blocklayout.h +++ b/fs/nfs/blocklayout/blocklayout.h | |||
@@ -150,7 +150,7 @@ BLK_LSEG2EXT(struct pnfs_layout_segment *lseg) | |||
150 | } | 150 | } |
151 | 151 | ||
152 | struct bl_dev_msg { | 152 | struct bl_dev_msg { |
153 | int status; | 153 | int32_t status; |
154 | uint32_t major, minor; | 154 | uint32_t major, minor; |
155 | }; | 155 | }; |
156 | 156 | ||