From: Fred Isaman Date: Wed, 19 Jan 2011 19:18:50 +0000 (-0500) Subject: NFS: fix handling of malloc failure during nfs_flush_multi() X-Git-Tag: v2.6.38-rc3~1^2~14 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0da2a4ac33c291728d8be5bdb865467dcb078d13;p=pandora-kernel.git NFS: fix handling of malloc failure during nfs_flush_multi() Cleanup of the allocated list entries should not call put_nfs_open_context() on each entry, as the context will always be NULL, causing an oops. Signed-off-by: Fred Isaman Signed-off-by: Trond Myklebust --- Reading git-diff-tree failed