Merge remote-tracking branch 'staging/staging-next'
[deliverable/linux.git] / drivers / staging / lustre / lustre / llite / lcommon_cl.c
index 396e4e4f0715b61f142fa34743176e48631f6595..eed464b25385651f5ba5d12f72baae1cbce6acbf 100644 (file)
@@ -154,7 +154,7 @@ int cl_file_inode_init(struct inode *inode, struct lustre_md *md)
        int result = 0;
        int refcheck;
 
-       LASSERT(md->body->valid & OBD_MD_FLID);
+       LASSERT(md->body->mbo_valid & OBD_MD_FLID);
        LASSERT(S_ISREG(inode->i_mode));
 
        env = cl_env_get(&refcheck);
This page took 0.047239 seconds and 5 git commands to generate.