commit | 4035c2487f179327fae87af3477659402b797584 | [log] [tgz] |
---|---|---|
author | Trond Myklebust <Trond.Myklebust@netapp.com> | Sun Jul 08 10:24:10 2012 -0400 |
committer | Trond Myklebust <Trond.Myklebust@netapp.com> | Sun Jul 08 10:32:08 2012 -0400 |
tree | 098bb16500f88046493d2247359ca139b3f5611c | |
parent | 6b16351acbd415e66ba16bf7d473ece1574cf0bc [diff] |
NFS: Fix list manipulation snafus in fs/nfs/direct.c 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>