Jaakko Heinonen d318c565d7 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-09-27 09:42:31 +00:00
2010-09-16 07:56:34 +00:00
2010-09-25 10:32:52 +00:00
2010-07-12 10:18:10 +00:00
2010-08-02 22:26:08 +00:00
2010-05-24 16:27:47 +00:00
2010-09-23 11:52:32 +00:00
2010-09-24 19:31:08 +00:00
2010-09-17 09:14:40 +00:00