jh b6e78e30f2 Add reference counting for devfs paths containing user created symbolic
links. The reference counting is needed to be able to determine if a
specific devfs path exists. For true device file paths we can traverse
the cdevp_list but a separate directory list is needed for user created
symbolic links.

Add a new directory entry flag DE_USER to mark entries which should
unreference their parent directory on deletion.

A new function to traverse cdevp_list and the directory list will be
introduced in a separate commit.

Idea from:	kib
Reviewed by:	kib
2010-09-27 17:47:09 +00:00
..
2010-08-23 22:24:11 +00:00
2010-09-13 07:16:48 +00:00
2009-09-09 00:46:11 +00:00
2010-07-13 05:32:19 +00:00
2010-09-23 17:29:59 +00:00