X-Git-Url: https://git.whamcloud.com/?a=blobdiff_plain;ds=sidebyside;f=lustre%2Fllite%2Fdir.c;fp=lustre%2Fllite%2Fdir.c;h=137769728ab94c3fb1abacefc9647b8a332ca1ae;hb=0e6648940171c60cbaa295f54af1093232e66430;hp=80377851450d8732e5d4a65eca8248bd737aa2a3;hpb=82d44b71f16bea216e04f7797ed032a783301d66;p=fs%2Flustre-release.git diff --git a/lustre/llite/dir.c b/lustre/llite/dir.c index 8037785..1377697 100644 --- a/lustre/llite/dir.c +++ b/lustre/llite/dir.c @@ -546,7 +546,8 @@ static int ll_dir_setdirstripe(struct dentry *dparent, struct lmv_user_md *lump, &op_data->op_file_secctx_name, &op_data->op_file_secctx_name_size, &op_data->op_file_secctx, - &op_data->op_file_secctx_size); + &op_data->op_file_secctx_size, + &op_data->op_file_secctx_slot); if (err < 0) GOTO(out_op_data, err); }