K 10 svn:author V 3 phk K 8 svn:date V 27 2004-11-13T23:21:54.000000Z K 7 svn:log V 294 Add the devfs_fp_check() function which helps us get from a struct file to a cdev and a devsw, doing all the relevant checks along the way. Add the check to see if fp->f_vnode->v_rdev differs from our cached fp->f_data copy of our cdev. If it does the device was revoked and we return ENXIO. END