commit | 9b5415b536cc3193e9608a7fced1372df8ce4dcf | [log] [tgz] |
---|---|---|
author | Trond Myklebust <Trond.Myklebust@netapp.com> | Fri Apr 27 14:31:47 2012 -0400 |
committer | Trond Myklebust <Trond.Myklebust@netapp.com> | Fri Apr 27 15:03:51 2012 -0400 |
tree | 02d031861e7fa008d02bb74f46f480aed521f445 | |
parent | 80a16b21a81eb639f0b726549f4c46c0e9aff92e [diff] |
NFS: Fix a use-before-initialised warning in fs/nfs/write.c and fs/nfs/pnfs.c If the allocation of nfs_write_header fails, the list of nfs_pages that needs to be cleaned up is still on desc->pg_list... Reported-by: Bryan Schumaker <bjschuma@netapp.com> Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com> Acked-by: Fred Isaman <iisaman@netapp.com>