Date: Thu, 12 Aug 2010 15:29:07 +0000 (UTC) From: Jaakko Heinonen <jh@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/sys/fs/devfs devfs.h devfs_devs.c devfs_vnops.c Message-ID: <201008121529.o7CFTPJS061990@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
jh 2010-08-12 15:29:07 UTC FreeBSD src repository Modified files: sys/fs/devfs devfs.h devfs_devs.c devfs_vnops.c Log: SVN rev 211226 on 2010-08-12 15:29:07Z by jh Allow user created symbolic links to cover device files and directories if the device file appears during or after the link creation. User created symbolic links are now inserted at the head of the directory entry list after the "." and ".." entries. A new directory entry flag DE_COVERED indicates that an entry is covered by a symbolic link. PR: kern/114057 Reviewed by: kib Idea from: kib Discussed on: freebsd-current (mostly silence) Revision Changes Path 1.35 +6 -5 src/sys/fs/devfs/devfs.h 1.63 +28 -5 src/sys/fs/devfs/devfs_devs.c 1.188 +22 -5 src/sys/fs/devfs/devfs_vnops.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201008121529.o7CFTPJS061990>