kernel/ffs: Compare v_rdev directly when updating mounts.
authorSascha Wildner <saw@online.de>
Sun, 26 Aug 2012 09:55:37 +0000 (11:55 +0200)
committerSascha Wildner <saw@online.de>
Sun, 26 Aug 2012 10:31:39 +0000 (12:31 +0200)
commitdd27491d608b715fb1ff9a39ac45c009273a572f
tree91c1c6b0f592bdd111833e801f5db95dd80615e0
parentb5fa004e9a1f84a4a421f79c036c9fa6f8a862d2
kernel/ffs: Compare v_rdev directly when updating mounts.

Nowadays the vnode's v_rdev is always associated, so it can be used
directly to compare the devices.

Pointed-out-by: alexh
sys/vfs/ufs/ffs_vfsops.c