From: Andreas Dilger Date: Thu, 15 Dec 2011 08:24:33 +0000 (-0700) Subject: LU-928 llite: fix comment for lustre_client_ocd X-Git-Tag: 2.1.56~40 X-Git-Url: https://git.whamcloud.com/?p=fs%2Flustre-release.git;a=commitdiff_plain;h=e4872648bfaea1795133f10695c40e0fd3069831;ds=sidebyside LU-928 llite: fix comment for lustre_client_ocd ll_ocd_update() was renamed to cl_ocd_update() before 2.0. Signed-off-by: Andreas Dilger Change-Id: I834935d2dc9ef0edebbd5badb4bc54283a325730 Reviewed-on: http://review.whamcloud.com/1868 Tested-by: Hudson Tested-by: Maloo Reviewed-by: Jinshan Xiong Reviewed-by: Oleg Drokin --- diff --git a/lustre/include/lustre_lite.h b/lustre/include/lustre_lite.h index 7fa9937..f32f95b 100644 --- a/lustre/include/lustre_lite.h +++ b/lustre/include/lustre_lite.h @@ -126,7 +126,7 @@ static inline void lustre_build_lock_params(int cmd, unsigned long open_flags, struct lustre_client_ocd { /* * This is conjunction of connect_flags across all imports (LOVs) this - * mount is connected to. This field is updated by ll_ocd_update() + * mount is connected to. This field is updated by cl_ocd_update() * under ->lco_lock. */ __u64 lco_flags;