]> git.baikalelectronics.ru Git - kernel.git/commit
NFS: Create a generic_pgio function
authorAnna Schumaker <Anna.Schumaker@netapp.com>
Tue, 6 May 2014 13:12:36 +0000 (09:12 -0400)
committerTrond Myklebust <trond.myklebust@primarydata.com>
Wed, 28 May 2014 22:41:12 +0000 (18:41 -0400)
commita1a385692c39cdd3248cc0f391e53a6df0c83e4e
tree7bb53a2479bb8df2bb66b0943f4814e0abb20f8b
parent4a6a74d0ddf87e00e703317e2a55a3c7323def60
NFS: Create a generic_pgio function

These functions are almost identical on both the read and write side.
FLUSH_COND_STABLE will never be set for the read path, so leaving it in
the generic code won't hurt anything.

Signed-off-by: Anna Schumaker <Anna.Schumaker@Netapp.com>
Signed-off-by: Trond Myklebust <trond.myklebust@primarydata.com>
fs/nfs/internal.h
fs/nfs/pagelist.c
fs/nfs/pnfs.c
fs/nfs/read.c
fs/nfs/write.c