Remove comments made obsolete by the ino64 work.
MFC after: 3 days Sponsored by: The FreeBSD Foundation
This commit is contained in:
parent
96e743f306
commit
1c169a602f
@ -350,7 +350,7 @@ fuse_internal_readdir_processdata(struct uio *uio,
|
||||
fiov_adjust(cookediov, bytesavail);
|
||||
|
||||
de = (struct dirent *)cookediov->base;
|
||||
de->d_fileno = fudge->ino; /* XXX: truncation */
|
||||
de->d_fileno = fudge->ino;
|
||||
de->d_reclen = bytesavail;
|
||||
de->d_type = fudge->type;
|
||||
de->d_namlen = fudge->namelen;
|
||||
|
@ -212,7 +212,7 @@ fuse_internal_attr_fat2vat(struct mount *mp,
|
||||
vattr_null(vap);
|
||||
|
||||
vap->va_fsid = mp->mnt_stat.f_fsid.val[0];
|
||||
vap->va_fileid = fat->ino; /* XXX cast from 64 bits to 32 */
|
||||
vap->va_fileid = fat->ino;
|
||||
vap->va_mode = fat->mode & ~S_IFMT;
|
||||
vap->va_nlink = fat->nlink;
|
||||
vap->va_uid = fat->uid;
|
||||
|
Loading…
Reference in New Issue
Block a user