diff options
author | Chuck Lever <chuck.lever@oracle.com> | 2007-10-26 17:31:47 (GMT) |
---|---|---|
committer | Trond Myklebust <Trond.Myklebust@netapp.com> | 2008-01-30 07:05:43 (GMT) |
commit | 8a8c74bf94fcdec058062d331b3d9777910778ab (patch) | |
tree | 66dd009e6d11a1bfa15d294aa2458086f80c963f /init | |
parent | 9b45b74ce2234ca15131ec0725010c1da818df05 (diff) | |
download | linux-fsl-qoriq-8a8c74bf94fcdec058062d331b3d9777910778ab.tar.xz |
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>
Diffstat (limited to 'init')
0 files changed, 0 insertions, 0 deletions