Chuck Lever 8a8c74bf94 NFS: Ensure nfs_wcc_update_inode always converts file size to loff_t
The nfs_wcc_update_inode() function omits logic to convert the type of
the NFS on-the-wire value of a file's size (__u64) to the type of file
size value stored in struct inode (loff_t, which is signed).

Everywhere else in the NFS client I checked already correctly converts the
file size type.

This effects only very large files.

Signed-off-by: Chuck Lever <chuck.lever@oracle.com>
Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
2008-01-30 02:05:43 -05:00
..
2007-05-14 19:33:46 -04:00
2008-01-30 02:05:23 -05:00
2007-12-12 11:12:15 -05:00
2007-05-09 17:58:01 -04:00
2006-03-20 13:44:48 -05:00
2007-03-16 19:25:05 -07:00