From c06fc9da14b061aa4f1f3e652683eb648b02ae8e Mon Sep 17 00:00:00 2001 From: "robert.read" Date: Thu, 17 Sep 2009 21:13:24 +0000 Subject: [PATCH] Branch HEAD Fix typo. --- lustre/llite/vvp_io.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lustre/llite/vvp_io.c b/lustre/llite/vvp_io.c index 4d6d7da..50ce909 100644 --- a/lustre/llite/vvp_io.c +++ b/lustre/llite/vvp_io.c @@ -280,7 +280,7 @@ static int vvp_io_trunc_iter_init(const struct lu_env *env, } /** - * Implementation of cl_io_operations::vio_lock() method for CIT_TRUNC io. + * Implementation of cl_io_operations::cio_lock() method for CIT_TRUNC io. * * Handles "lockless io" mode when extent locking is done by server. */ -- 1.8.3.1