Whamcloud - gitweb
LU-12275 sec: atomicity of encryption context getting/setting
[fs/lustre-release.git] / lustre / fid / fid_store.c
index 1f7e767..f2bb8f3 100644 (file)
@@ -65,7 +65,7 @@ void seq_update_cb(struct lu_env *env, struct thandle *th,
 {
        struct seq_update_callback *ccb;
 
-       ccb = container_of0(cb, struct seq_update_callback, suc_cb);
+       ccb = container_of(cb, struct seq_update_callback, suc_cb);
 
        LASSERT(ccb->suc_seq != NULL);