X-Git-Url: https://git.whamcloud.com/?p=fs%2Flustre-release.git;a=blobdiff_plain;f=lustre%2Fldlm%2Fldlm_inodebits.c;h=fad8fc63b0ccb59cb9da7c6e88ce7e5a19ef7524;hp=a338c4d13bbef68a85a40718e80bed281438468e;hb=da18ad5628556cb8eb0bcba786743b2d205a39d9;hpb=71a4616b38e81d021a65ee5305b692b271ed0955 diff --git a/lustre/ldlm/ldlm_inodebits.c b/lustre/ldlm/ldlm_inodebits.c index a338c4d..fad8fc6 100644 --- a/lustre/ldlm/ldlm_inodebits.c +++ b/lustre/ldlm/ldlm_inodebits.c @@ -449,10 +449,9 @@ void ldlm_ibits_policy_wire_to_local(const union ldlm_wire_policy_data *wpolicy, union ldlm_policy_data *lpolicy) { lpolicy->l_inodebits.bits = wpolicy->l_inodebits.bits; - lpolicy->l_inodebits.li_gid = wpolicy->l_inodebits.li_gid; /** - * try_bits are to be handled outside of generic write_to_local due - * to different behavior on a server and client. + * try_bits and li_gid are to be handled outside of generic + * write_to_local due to different behavior on a server and client. */ }