diff options
-rw-r--r-- | include/linux/nfs_fs_sb.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/nfs_fs_sb.h b/include/linux/nfs_fs_sb.h index 97b325756667..0b3dcba3d97d 100644 --- a/include/linux/nfs_fs_sb.h +++ b/include/linux/nfs_fs_sb.h | |||
@@ -64,7 +64,7 @@ struct nfs_client { | |||
64 | /* Our own IP address, as a null-terminated string. | 64 | /* Our own IP address, as a null-terminated string. |
65 | * This is used to generate the clientid, and the callback address. | 65 | * This is used to generate the clientid, and the callback address. |
66 | */ | 66 | */ |
67 | char cl_ipaddr[16]; | 67 | char cl_ipaddr[48]; |
68 | unsigned char cl_id_uniquifier; | 68 | unsigned char cl_id_uniquifier; |
69 | #endif | 69 | #endif |
70 | }; | 70 | }; |