Signed-off-by: Benny Halevy <bhalevy@xxxxxxxxxx> --- fs/nfsd/nfs4pnfsd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fs/nfsd/nfs4pnfsd.c b/fs/nfsd/nfs4pnfsd.c index a15100b..e516eba 100644 --- a/fs/nfsd/nfs4pnfsd.c +++ b/fs/nfsd/nfs4pnfsd.c @@ -454,7 +454,7 @@ struct super_block * kref_init(&clr->clr_ref); INIT_LIST_HEAD(&clr->clr_perclnt); - INIT_WORK(&clr->clr_recall.cb_work, nfsd4_do_callback_rpc); + nfsd4_init_callback(&clr->clr_recall); dprintk("NFSD %s return %p\n", __func__, clr); return clr; -- 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