jhb 2008-05-07 19:03:58 UTC FreeBSD src repository Modified files: sys/fs/devfs devfs_vnops.c Log: Don't explicitly drop Giant around d_open/d_fdopen/d_close for MPSAFE drivers. Since devfs is already marked MPSAFE it shouldn't be held anyway. MFC after: 2 weeks Discussed with: phk Revision Changes Path 1.157 +5 -20 src/sys/fs/devfs/devfs_vnops.c