git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c56eb8f
)
NFS: fix handling of malloc failure during nfs_flush_multi()
author
Fred Isaman
<iisaman@netapp.com>
Wed, 19 Jan 2011 19:18:50 +0000
(14:18 -0500)
committer
Trond Myklebust
<Trond.Myklebust@netapp.com>
Wed, 19 Jan 2011 20:37:49 +0000
(15:37 -0500)
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>
No differences found