]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitc41f343239b4aaab2baaf09f246a5dff772408c8
tree8dbb82c4b1b4ef0c499711adbe0f4ff6efe4f5e2
parent6378001dec03646c03c0d399b646d050cc7d180f
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