Whamcloud - gitweb
LU-10598 obdclass: ignore IGIF formatted last_id
[fs/lustre-release.git] / lustre / include / uapi / linux / lustre_fid.h
index a43507e..3e58dd5 100644 (file)
@@ -265,7 +265,8 @@ static inline bool fid_is_last_id(const struct lu_fid *fid)
                return false;
 
        if (fid_seq(fid) == FID_SEQ_UPDATE_LOG ||
-           fid_seq(fid) == FID_SEQ_UPDATE_LOG_DIR)
+           fid_seq(fid) == FID_SEQ_UPDATE_LOG_DIR ||
+           fid_seq_is_igif(fid_seq(fid)))
                return false;
 
        return true;