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:
6b16351
)
NFS: Fix list manipulation snafus in fs/nfs/direct.c
author
Trond Myklebust
<Trond.Myklebust@netapp.com>
Sun, 8 Jul 2012 14:24:10 +0000
(10:24 -0400)
committer
Trond Myklebust
<Trond.Myklebust@netapp.com>
Sun, 8 Jul 2012 14:32:08 +0000
(10:32 -0400)
Fix 2 bugs in nfs_direct_write_reschedule:
- The request needs to be removed from the 'reqs' list before it can
be added to 'failed'.
- Fix an infinite loop if the 'failed' list is non-empty.
Reported-by: Julia Lawall <julia.lawall@lip6.fr>
Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
No differences found