URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [rtos/] [rtems/] [c/] [src/] [lib/] [libc/] [CASES] - Rev 585
Go to most recent revision | Compare with Previous | Blame | View Log
#
# $Id: CASES,v 1.2 2001-09-27 12:01:15 chris Exp $
#
This is a list of cases to consider when implementing a file system:
+ Given a tree of this form:
a ----- b
/
c
Where a and b are directories and c is a link to directory b. Consider
this sequence:
- rmdir a/b
- mknod c/b/x
- unlink c
Go to most recent revision | Compare with Previous | Blame | View Log