From: pschwan Date: Mon, 4 Nov 2002 20:42:05 +0000 (+0000) Subject: minor comment fixup X-Git-Tag: 0.5.16~28 X-Git-Url: https://git.whamcloud.com/gitweb?a=commitdiff_plain;h=0767e623ca99fb0a4728dda385738a62bea72c9f;p=fs%2Flustre-release.git minor comment fixup --- diff --git a/lustre/include/linux/lustre_dlm.h b/lustre/include/linux/lustre_dlm.h index 3558013..b60032c 100644 --- a/lustre/include/linux/lustre_dlm.h +++ b/lustre/include/linux/lustre_dlm.h @@ -186,7 +186,7 @@ struct ldlm_resource { struct list_head lr_converting; struct list_head lr_waiting; ldlm_mode_t lr_most_restr; - __u32 lr_type; /* PLAIN, EXTENT, or MDSINTENT */ + __u32 lr_type; /* LDLM_PLAIN or LDLM_EXTENT */ struct ldlm_resource *lr_root; __u64 lr_name[RES_NAME_SIZE]; __u32 lr_version[RES_VERSION_SIZE];