--- fs/nfsd/nfs4pnfsd.c | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/fs/nfsd/nfs4pnfsd.c b/fs/nfsd/nfs4pnfsd.c index 27f717f..7a5ba09 100644 --- a/fs/nfsd/nfs4pnfsd.c +++ b/fs/nfsd/nfs4pnfsd.c @@ -1268,8 +1268,10 @@ struct create_recall_list_arg { return ret; } -/* Create a layoutrecall structure for each client based on the - * original structure. */ +/* + * Create a layoutrecall structure for each client based on the + * original structure. + */ int create_layout_recall_list(struct list_head *todolist, unsigned *todo_len, struct nfsd4_pnfs_cb_layout *cbl, @@ -1348,7 +1350,7 @@ struct create_recall_list_arg { put_layoutrecall(pending); } --todo_len; - status = -ENOMEM; + status = -ENOMEM; } } -- 1.7.11.7 -- 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