From bd439e01ae341137c53941f944617fce1f10a2e4 Mon Sep 17 00:00:00 2001 From: nikita Date: Thu, 29 Jan 2009 20:01:59 +0000 Subject: [PATCH] fix obsolete module name. --- lustre/lclient/lcommon_cl.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lustre/lclient/lcommon_cl.c b/lustre/lclient/lcommon_cl.c index 6b56b4e..d68ba37 100644 --- a/lustre/lclient/lcommon_cl.c +++ b/lustre/lclient/lcommon_cl.c @@ -635,7 +635,7 @@ int ccc_lock_fits_into(const struct lu_env *env, } /** - * Implements cl_lock_operations::clo_state() method for vvp layer, invoked + * Implements cl_lock_operations::clo_state() method for ccc layer, invoked * whenever lock state changes. Transfers object attributes, that might be * updated as a result of lock acquiring into inode. */ -- 1.8.3.1