mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-16 10:20:30 +00:00
Also remember to set the fsid here.
This commit is contained in:
parent
e3b803b148
commit
c049546e16
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=143756
@ -252,6 +252,7 @@ udf_getattr(struct vop_getattr_args *a)
|
||||
node = VTON(vp);
|
||||
fentry = node->fentry;
|
||||
|
||||
vap->va_fsid = dev2udev(node->udfmp->im_dev);
|
||||
vap->va_fileid = node->hash_id;
|
||||
vap->va_mode = udf_permtomode(node);
|
||||
vap->va_nlink = le16toh(fentry->link_cnt);
|
||||
|
Loading…
Reference in New Issue
Block a user