[PATCH] NFS: Write optimization for short files and small O_SYNC writes.
authorTrond Myklebust <Trond.Myklebust@netapp.com>
Wed, 22 Jun 2005 17:16:30 +0000 (17:16 +0000)
committerTrond Myklebust <Trond.Myklebust@netapp.com>
Wed, 22 Jun 2005 20:07:38 +0000 (16:07 -0400)
commitab0a3dbedc51037f3d2e22ef67717a987b3d15e2
treebda40d85d59a729fb7a9c2573a43d1820df9de3c
parentfe51beecc55d0b0dce289e4758e7c529a642f63e
[PATCH] NFS: Write optimization for short files and small O_SYNC writes.

 Use stable writes if we can see that we are only going to put a single
 write on the wire.

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