commit | 0e574af1be5f569a5d7f2800333b0bfb358a5e34 | [log] [tgz] |
---|---|---|
author | Trond Myklebust <Trond.Myklebust@netapp.com> | Thu Oct 27 22:12:38 2005 -0400 |
committer | Trond Myklebust <Trond.Myklebust@netapp.com> | Thu Oct 27 22:12:38 2005 -0400 |
tree | bb5b62dece21b8906222dfee022020ed6f81e34c | |
parent | 4c2cb58c552a34744979a99ccf01762d5eb7e288 [diff] [blame] |
NFS: Cleanup initialisation of struct nfs_fattr Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
diff --git a/fs/nfs/read.c b/fs/nfs/read.c index 9758ebd..43b03b1 100644 --- a/fs/nfs/read.c +++ b/fs/nfs/read.c
@@ -215,6 +215,7 @@ data->res.fattr = &data->fattr; data->res.count = count; data->res.eof = 0; + nfs_fattr_init(&data->fattr); NFS_PROTO(inode)->read_setup(data);