]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/commit
MFC r289899:
authorngie <ngie@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Mon, 9 Nov 2015 09:03:24 +0000 (09:03 +0000)
committerngie <ngie@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Mon, 9 Nov 2015 09:03:24 +0000 (09:03 +0000)
commit8d9fbfd6f594fb1cb1af17df4680e14644627c96
tree59870632685d1e6a82e23ecd73935f7b66d3d806
parent369093c1958d2de957d06df0d6f8aabb3319eb08
MFC r289899:

Import the fix from NetBSD kern/48852 (sic) to fix rockridge encoding of
device nodes

In particular, use st_rdev (the device type), not st_dev (the device inode),
and fix the comparison to be correct with the st_rdev field

Bug 203648
Submitted by: Thomas Schmitt <scdbackup@gmx.net>
Coverity CID: 1008927
Sponsored by: EMC / Isilon Storage Division

git-svn-id: svn://svn.freebsd.org/base/stable/10@290591 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
usr.sbin/makefs/cd9660/iso9660_rrip.c