From: Trond Myklebust Date: Fri, 27 Apr 2012 18:31:47 +0000 (-0400) Subject: NFS: Fix a use-before-initialised warning in fs/nfs/write.c and fs/nfs/pnfs.c X-Git-Tag: v3.5-rc1~52^2~115 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9b5415b536cc3193e9608a7fced1372df8ce4dcf;p=pandora-kernel.git 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 Signed-off-by: Trond Myklebust Acked-by: Fred Isaman --- Reading git-diff-tree failed