Whamcloud - gitweb
LU-5478 mdc: get rid of obd_* typedefs
[fs/lustre-release.git] / lustre / mdt / mdt_xattr.c
index 8364fab..47931b0 100644 (file)
@@ -229,7 +229,7 @@ int mdt_getxattr(struct mdt_thread_info *info)
         __u32                   remote = exp_connect_rmtclient(info->mti_exp);
         __u32                   perm;
         int                     easize, rc;
-       obd_valid               valid;
+       u64                     valid;
         ENTRY;
 
         LASSERT(info->mti_object != NULL);