Home
last modified time | relevance | path

Searched hist:"4035 c2487f179327fae87af3477659402b797584" (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/fs/nfs/
H A Ddirect.cdiff 4035c2487f179327fae87af3477659402b797584 Sun Jul 08 09:24:10 CDT 2012 Trond Myklebust <Trond.Myklebust@netapp.com> 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>