X-Git-Url: https://git.whamcloud.com/?p=fs%2Flustre-release.git;a=blobdiff_plain;f=lustre%2Flmv%2Flmv_obd.c;h=8afd6d77ac5f605d50b20f8deaddd679d4fcb156;hp=e6d6511fad05b144c90a918b04fda996d7616f6b;hb=bdd1272607a95482d6b5261de7fe8bec1d57e2a8;hpb=9175d6f862039cfbf6b85333d72a9d91e64ea42a diff --git a/lustre/lmv/lmv_obd.c b/lustre/lmv/lmv_obd.c index e6d6511..8afd6d7 100644 --- a/lustre/lmv/lmv_obd.c +++ b/lustre/lmv/lmv_obd.c @@ -683,7 +683,8 @@ out_local: RETURN(rc); } -static int lmv_fid2path(struct obd_export *exp, int len, void *karg, void *uarg) +static int lmv_fid2path(struct obd_export *exp, int len, void *karg, + void __user *uarg) { struct obd_device *obddev = class_exp2obd(exp); struct lmv_obd *lmv = &obddev->u.lmv;