Skip to content

Commit

Permalink
Upate ChangeLog
Browse files Browse the repository at this point in the history
  • Loading branch information
gregory-nutt committed Jan 31, 2015
1 parent eb1aca3 commit b526350
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions ChangeLog
Original file line number Diff line number Diff line change
Expand Up @@ -9600,11 +9600,11 @@
* 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
both the character and block driver interface. This is important
because if the 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).
references, and if not, (2) free the driver resources (2015-01-31).
* drivers/pipes: Implement the unlink method. If the pipe/FIFO is
unlinked, it will marked the pipe/FIFO as unlinked. If/when all open
references to the driver are closed, all of the driver resources will
Expand Down

0 comments on commit b526350

Please sign in to comment.