source: rtems/cpukit/libcsupport/src/CASES @ e22af78

4.115
Last change on this file since e22af78 was 65c6425, checked in by Joel Sherrill <joel.sherrill@…>, on 05/03/12 at 17:24:46

Remove CVS Id Strings (manual edits after script)

These modifications were required by hand after running the script.
In some cases, the file names did not match patterns. In others,
the format of the file did not match any common patterns.

  • Property mode set to 100644
File size: 297 bytes
Line 
1This is a list of cases to consider when implementing a file system:
2
3
4+ Given a tree of this form:
5
6        a ----- b
7               /
8             c
9
10  Where a and b are directories and c is a link to directory b.  Consider
11  this sequence:
12
13    - rmdir a/b
14    - mknod c/b/x
15    - unlink c
16
17
18
19
Note: See TracBrowser for help on using the repository browser.