]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
NFS: Don't use range_cyclic for data integrity syncs
authorTrond Myklebust <Trond.Myklebust@netapp.com>
Tue, 7 Oct 2008 00:08:56 +0000 (20:08 -0400)
committerTrond Myklebust <Trond.Myklebust@netapp.com>
Tue, 7 Oct 2008 22:19:05 +0000 (18:19 -0400)
commitd7fb120774f062ce7db439863ab5d4190d6f989c
tree621ce0a776c3bc4b66d0cea87e06f6ea7ed79398
parent8491945f11c227400ef294d560f6d7aace76bc33
NFS: Don't use range_cyclic for data integrity syncs

It is more efficient to write linearly starting from the beginning of the
file.

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