summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libc/CASES
blob: 4578ae5009215b902df5cc6a470e25340c5b629e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
#
#  $Id$
#

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