Skip to content
Commit 62e588a0 authored by Gregory Nutt's avatar Gregory Nutt
Browse files

VFS: Add an unlink method to the character driver interface. This is...

VFS:  Add an unlink method to the character driver interface.  This is important because if the character driver inode is unlinked and there are no open references to the driver, then the driver resources will be stranded.  On the unlink call, the driver has the opportunity (1) check if there an any open references, and (2) if not free the driver resources
parent 0fc8d2fc
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment