NFS: Clean up nfs_update_request()
authorTrond Myklebust <Trond.Myklebust@netapp.com>
Fri, 13 Jun 2008 16:12:32 +0000 (12:12 -0400)
committerTrond Myklebust <Trond.Myklebust@netapp.com>
Wed, 9 Jul 2008 16:09:23 +0000 (12:09 -0400)
commite7d39069e387a12d4c57f4067d9f48c1d29ea900
tree5c22fa8d08bc0ed90af16b4c8c1044e6da15bbac
parent396cee977f79590673ad51b04f1853e58bc30e7b
NFS: Clean up nfs_update_request()

Simplify the loop in nfs_update_request by moving into a separate function
the code that attempts to update an existing cached NFS write.

Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
fs/nfs/write.c