NFS: Fix a list corruption problem
authorTrond Myklebust <Trond.Myklebust@netapp.com>
Sun, 15 Apr 2007 20:21:49 +0000 (16:21 -0400)
committerLinus Torvalds <torvalds@woody.linux-foundation.org>
Sun, 15 Apr 2007 23:48:11 +0000 (16:48 -0700)
commiteb4cac10d9f7b006da842e2d37414d13e1333781
tree8dbb82c4b1b4ef0c499711adbe0f4ff6efe4f5e2
parent0492c371372ef5eac3a952509391dea231b0de89
NFS: Fix a list corruption problem

We must remove the request from whatever list it is currently on before we
can add it to the dirty list.

Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
fs/nfs/write.c