From: Trond Myklebust Date: Sun, 8 Jul 2012 14:24:10 +0000 (-0400) Subject: NFS: Fix list manipulation snafus in fs/nfs/direct.c X-Git-Tag: v3.5-rc7~12^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4035c2487f179327fae87af3477659402b797584;p=pandora-kernel.git 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 Signed-off-by: Trond Myklebust --- Reading git-diff-tree failed