commit | 0da2a4ac33c291728d8be5bdb865467dcb078d13 | [log] [tgz] |
---|---|---|
author | Fred Isaman <iisaman@netapp.com> | Wed Jan 19 14:18:50 2011 -0500 |
committer | Trond Myklebust <Trond.Myklebust@netapp.com> | Wed Jan 19 15:37:49 2011 -0500 |
tree | 7f6af191fa9020a8d4bd0cdb828fd15fecd39411 | |
parent | c56eb8fb6dccb83d9fe62fd4dc00c834de9bc470 [diff] |
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 <iisaman@netapp.com> Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>