From 08293ac8e3cdc9507a8f1cd71b4fb71f90640cee Mon Sep 17 00:00:00 2001 From: lsy Date: Fri, 13 Oct 2006 12:59:56 +0000 Subject: [PATCH] update comment. --- lustre/mdt/mdt_handler.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lustre/mdt/mdt_handler.c b/lustre/mdt/mdt_handler.c index be65049..95dc262 100644 --- a/lustre/mdt/mdt_handler.c +++ b/lustre/mdt/mdt_handler.c @@ -462,7 +462,7 @@ out: /* NB: capability renewal might fail because object has been removed, * or server has disabled capability, but this is not error, llite * will handle this internally, see mdc_interpret_renew_capa. - * body->size is borrowed to store errno. + * body->flags is borrowed to store errno. */ body->flags = (__u32)-rc; return 0; -- 1.8.3.1