summaryrefslogtreecommitdiffstats
path: root/cpukit/libcsupport/src/CASES
blob: e9a2decf8e150ec4955ca16aeea58e3f587f2a91 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
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