X-Git-Url: https://git.whamcloud.com/?p=fs%2Flustre-release.git;a=blobdiff_plain;f=lustre%2Fliblustre%2Fdir.c;fp=lustre%2Fliblustre%2Fdir.c;h=02a28027ece6a6cb0c95f110ab2f8bb4eaf3aa60;hp=fb33c355357155d378daf69eceebd8b45740a423;hb=96a5daa0c08d7b42ec368080a2a7f0dfb110ef98;hpb=cdb698a1a036870b6c9d8e51f69809c558d4823a diff --git a/lustre/liblustre/dir.c b/lustre/liblustre/dir.c index fb33c35..02a2802 100644 --- a/lustre/liblustre/dir.c +++ b/lustre/liblustre/dir.c @@ -259,7 +259,7 @@ ssize_t llu_iop_filldirentries(struct inode *dir, _SYSIO_OFF_T *basep, fid = ent->lde_fid; name = ent->lde_name; fid_le_to_cpu(&fid, &fid); - ino = cl_fid_build_ino(&fid); + ino = cl_fid_build_ino(&fid, 0); type = ll_dirent_type_get(ent); done = filldir(buf, nbytes, name, namelen, (loff_t)hash, ino, type,