]> git.ipfire.org Git - people/ms/linux.git/commit - fs/nfs/flexfilelayout/flexfilelayout.c
NFSv4.1/pnfs: Separate out metadata and data consistency for pNFS
authorTrond Myklebust <trond.myklebust@primarydata.com>
Wed, 25 Mar 2015 18:14:42 +0000 (14:14 -0400)
committerTrond Myklebust <trond.myklebust@primarydata.com>
Fri, 27 Mar 2015 16:39:38 +0000 (12:39 -0400)
commit5bb89b4702e22981445ae01af733a57d1cae2018
tree4c00a7c47fa2dab958f43a395e71067fe6ee6538
parent7140171ea9be4143736c35acf6f31b6feb195ca0
NFSv4.1/pnfs: Separate out metadata and data consistency for pNFS

The LAYOUTCOMMIT operation means different things to different layout types.
For blocks and objects, it is both a data and metadata consistency operation.
For files and flexfiles, it is only a metadata consistency operation.

This patch separates out the 2 cases, allowing the files/flexfiles layout
drivers to optimise away the data consistency calls to layoutcommit.

Signed-off-by: Trond Myklebust <trond.myklebust@primarydata.com>
fs/nfs/blocklayout/blocklayout.c
fs/nfs/filelayout/filelayout.c
fs/nfs/flexfilelayout/flexfilelayout.c
fs/nfs/nfs4file.c
fs/nfs/objlayout/objio_osd.c
fs/nfs/pnfs.c
fs/nfs/pnfs.h
fs/nfs/pnfs_nfs.c
fs/nfs/write.c