]> 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)
commitac56e4851f5d70542ada862de48f395f71fa8165
tree7bb53a2479bb8df2bb66b0943f4814e0abb20f8b
parentaeb7ba35b639bc06474a7f99619df600b0caa5df
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