We already correctly monitor and manage the callback service for NFSv4 and NFSv4.1. Remove the comment calling attention to this. [squash with: nfs41: minorversion support for nfs4_{init,destroy}_callback] Signed-off-by: Ricardo Labiaga <Ricardo.Labiaga@xxxxxxxxxx> --- fs/nfs/callback.c | 2 -- 1 files changed, 0 insertions(+), 2 deletions(-) diff --git a/fs/nfs/callback.c b/fs/nfs/callback.c index f874640..e69b8f6 100644 --- a/fs/nfs/callback.c +++ b/fs/nfs/callback.c @@ -265,8 +265,6 @@ int nfs_callback_up(u32 minorversion, struct rpc_xprt *xprt) goto out_err; } - /* FIXME: either 4.0 or 4.1 callback service can be up at a time - * need to monitor and control them both */ minorversion_setup = nfs_minorversion_callback_svc_setup(minorversion, serv, xprt, &rqstp, &callback_svc); if (!minorversion_setup) { -- 1.5.4.3 -- 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