From 05e82a88a75fd4ae4b743eadecdd00f383064255 Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Sat, 31 Jan 2015 11:32:55 -0600 Subject: [PATCH] Update ChangeLog --- ChangeLog | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index dd0fbdb15d..3a37fb6584 100755 --- a/ChangeLog +++ b/ChangeLog @@ -9599,4 +9599,9 @@ is closed (2015-01-30). * net/local: Add configuration options so that Unix domain stream and datagram support can be separately enabled (2015-01-31). - + * fs/vfs/fs_unlink.c and include/nuttx/fs/fs.h: 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 (2015-01-31).