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:
68cd6fa
)
NFS: Ensure that we break out of read/write_schedule_segment on error
author
Trond Myklebust
<Trond.Myklebust@netapp.com>
Mon, 30 Apr 2012 17:22:54 +0000
(13:22 -0400)
committer
Trond Myklebust
<Trond.Myklebust@netapp.com>
Mon, 30 Apr 2012 18:33:51 +0000
(14:33 -0400)
Currently we do break out of the for() loop, but we also need to
break out of the enclosing do {} while()...
Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
Cc: Fred Isaman <iisaman@netapp.com>
No differences found