]> git.baikalelectronics.ru Git - kernel.git/commit
NFS: fix data_update accounting in NFS direct I/O path
authorChuck Lever <cel@netapp.com>
Mon, 20 Mar 2006 18:44:35 +0000 (13:44 -0500)
committerTrond Myklebust <Trond.Myklebust@netapp.com>
Mon, 20 Mar 2006 18:44:35 +0000 (13:44 -0500)
commit0b06ff1eb6aa12c71a750ea625692a9dacd8fffa
tree778182e20ada2cf1ce3a5507ab1eec96c16633b2
parent85449f35179e683f687878baeefccb764744e0f5
NFS: fix data_update accounting in NFS direct I/O path

^C against "iozone -I" is hitting the assertion in nfs_clear_inode().

Test plan:
"iozone -i0 -I -a -c" against a slow server, then control C.  This should
not cause an oops.

Signed-off-by: Chuck Lever <cel@netapp.com>
Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
fs/nfs/direct.c