Need struct net * for calling filter_confirmed_clients. Will be replaced by new layout recall API based on the layout stateid rather than clientid for identifying a specific client to recall from. Signed-off-by: Benny Halevy <bhalevy@xxxxxxxxxx> --- fs/nfsd/nfs4pnfsd.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/fs/nfsd/nfs4pnfsd.c b/fs/nfsd/nfs4pnfsd.c index 2be124a..0fa0e8b 100644 --- a/fs/nfsd/nfs4pnfsd.c +++ b/fs/nfsd/nfs4pnfsd.c @@ -1310,6 +1310,7 @@ struct create_recall_list_arg { }; int status = 0; +#if 0 dprintk("%s: -->\n", __func__); /* If client given by fs, just do single client */ @@ -1331,6 +1332,7 @@ struct create_recall_list_arg { out: *todo_len = arg.todo_count; dprintk("%s: <-- list len %u status %d\n", __func__, *todo_len, status); +#endif return status; } -- 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