X-Git-Url: https://git.whamcloud.com/?p=fs%2Flustre-release.git;a=blobdiff_plain;f=lustre%2Finclude%2Flinux%2Flustre_mds.h;h=9f9f4dfc46ecdfdddf242661dccd89d30cba29f0;hp=8c103749b8d2ca453aca5cb1427405e388756fc2;hb=95d394d59bbccbc92af076c985fd664719f8fe12;hpb=ea9014131508e8b27eb2ad04d8a43a7a8b93025e diff --git a/lustre/include/linux/lustre_mds.h b/lustre/include/linux/lustre_mds.h index 8c10374..9f9f4df 100644 --- a/lustre/include/linux/lustre_mds.h +++ b/lustre/include/linux/lustre_mds.h @@ -224,10 +224,10 @@ int mdc_req2lustre_md(struct obd_export *exp_mdc, struct ptlrpc_request *req, struct lustre_md *md); int mdc_getstatus(struct obd_export *exp, struct lustre_id *rootid); int mdc_getattr(struct obd_export *exp, struct lustre_id *id, - unsigned long valid, unsigned int ea_size, + __u64 valid, unsigned int ea_size, struct ptlrpc_request **request); int mdc_getattr_lock(struct obd_export *exp, struct lustre_id *id, - char *filename, int namelen, unsigned long valid, + char *filename, int namelen, __u64 valid, unsigned int ea_size, struct ptlrpc_request **request); int mdc_setattr(struct obd_export *exp, struct mdc_op_data *data, struct iattr *iattr, void *ea, int ealen, void *ea2, int ea2len,