From: Benny Halevy <bhalevy@xxxxxxxxxxx> Signed-off-by: Benny Halevy <bhalevy@xxxxxxxxxxx> --- fs/nfs/blocklayout/blocklayout.c | 5 ++--- 1 files changed, 2 insertions(+), 3 deletions(-) diff --git a/fs/nfs/blocklayout/blocklayout.c b/fs/nfs/blocklayout/blocklayout.c index 63d3b5a..e2ee90a 100644 --- a/fs/nfs/blocklayout/blocklayout.c +++ b/fs/nfs/blocklayout/blocklayout.c @@ -99,9 +99,8 @@ dont_like_caller(struct nfs_page *req) } static enum pnfs_try_status -bl_commit(struct pnfs_layout_type *lo, - int sync, - struct nfs_write_data *nfs_data) +bl_commit(struct nfs_write_data *nfs_data, + int sync) { dprintk("%s enter\n", __func__); return PNFS_NOT_ATTEMPTED; -- 1.7.4.1 -- To unsubscribe from this list: send the line "unsubscribe linux-nfs" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html