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
Please register or sign in to comment