Signed-off-by: Fred Isaman <iisaman@xxxxxxxxxx> --- fs/nfs/nfs4proc.c | 18 ++---------------- 1 files changed, 2 insertions(+), 16 deletions(-) diff --git a/fs/nfs/nfs4proc.c b/fs/nfs/nfs4proc.c index e28da81..0ac77a6 100644 --- a/fs/nfs/nfs4proc.c +++ b/fs/nfs/nfs4proc.c @@ -5561,8 +5561,8 @@ static const struct rpc_call_ops nfs4_layoutcommit_ops = { }; /* Execute a layoutcommit to the server */ -static int -_nfs4_proc_layoutcommit(struct nfs4_layoutcommit_data *data, int issync) +int +nfs4_proc_layoutcommit(struct nfs4_layoutcommit_data *data, int issync) { struct rpc_message msg = { .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_LAYOUTCOMMIT], @@ -5605,20 +5605,6 @@ out: return 0; } -int nfs4_proc_layoutcommit(struct nfs4_layoutcommit_data *data, int issync) -{ - struct nfs4_exception exception = { }; - struct nfs_server *server = NFS_SERVER(data->args.inode); - int err; - - do { - err = nfs4_handle_exception(server, - _nfs4_proc_layoutcommit(data, issync), - &exception); - } while (exception.retry); - return err; -} - static void nfs4_layoutreturn_prepare(struct rpc_task *task, void *calldata) { -- 1.7.2.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