]> git.baikalelectronics.ru Git - kernel.git/commit
NFS: Remove redundant mirror tracking in O_DIRECT
authorTrond Myklebust <trondmy@gmail.com>
Mon, 30 Sep 2019 18:02:57 +0000 (14:02 -0400)
committerAnna Schumaker <Anna.Schumaker@Netapp.com>
Wed, 9 Oct 2019 15:45:59 +0000 (11:45 -0400)
commitfdd8a1fbb8d68222466442a6ea193506ff1d2450
tree2df465caec5c90d38bc864a31e77b5dedee2f021
parent5e20929916f14ef77cfc0cb0ef716875603a5519
NFS: Remove redundant mirror tracking in O_DIRECT

We no longer need the extra mirror length tracking in the O_DIRECT code,
as we are able to track the maximum contiguous length in dreq->max_count.

Signed-off-by: Trond Myklebust <trond.myklebust@hammerspace.com>
Signed-off-by: Anna Schumaker <Anna.Schumaker@Netapp.com>
fs/nfs/direct.c