X-Git-Url: https://git.whamcloud.com/?p=fs%2Flustre-release.git;a=blobdiff_plain;f=lustre%2Finclude%2Flustre%2Flustre_user.h;h=06ea33e1f5181aba702ce202b99c871a093f9931;hp=e949fe11294a6230386ae97e3ac06604bf445df0;hb=942a9ad2fb230abe2290ae08aad748b5a58c9148;hpb=fbe9b957bd9e4c330413f4be884da3884a67abe5;ds=sidebyside diff --git a/lustre/include/lustre/lustre_user.h b/lustre/include/lustre/lustre_user.h index e949fe1..06ea33e 100644 --- a/lustre/include/lustre/lustre_user.h +++ b/lustre/include/lustre/lustre_user.h @@ -122,6 +122,7 @@ struct obd_statfs { #define LL_IOC_LOV_GETSTRIPE _IOW ('f', 155, long) #define LL_IOC_LOV_SETEA _IOW ('f', 156, long) #define LL_IOC_RECREATE_OBJ _IOW ('f', 157, long) +#define LL_IOC_RECREATE_FID _IOW ('f', 157, struct lu_fid) #define LL_IOC_GROUP_LOCK _IOW ('f', 158, long) #define LL_IOC_GROUP_UNLOCK _IOW ('f', 159, long) #define LL_IOC_QUOTACHECK _IOW ('f', 160, int) @@ -226,7 +227,6 @@ struct lov_user_mds_data_v3 { struct ll_recreate_obj { __u64 lrc_id; - __u64 lrc_seq; __u32 lrc_ost_idx; };