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/dir.c b/fs/nfs/dir.c index eb50c19..b8a7304 100644 --- a/fs/nfs/dir.c +++ b/fs/nfs/dir.c
@@ -532,6 +532,7 @@ my_entry.eof = 0; my_entry.fh = &fh; my_entry.fattr = &fattr; + nfs_fattr_init(&fattr); desc->entry = &my_entry; while(!desc->entry->eof) {