aboutsummaryrefslogtreecommitdiff
path: root/libdiskfs/dir-unlink.c
Commit message (Collapse)AuthorAgeFilesLines
* 2002-05-26 Roland McGrath <roland@frob.com>Roland McGrath2002-05-271-9/+9
| | | | | * dir-unlink.c (diskfs_S_dir_unlink): Return EPERM instead of EISDIR, as per POSIX.
* (diskfs_S_dir_unlink):Miles Bader1997-02-141-1/+1
| | | | Don't pass depth args to diskfs_lookup.
* (diskfs_S_dir_unlink):Miles Bader1997-02-061-2/+2
| | | | Supply DEPTH & NEW_DEPTH arguments to diskfs_lookup.
* (diskfs_S_dir_unlink): Use diskfs_check_readonly instead of diskfs_readonly.Michael I. Bushnell1996-06-241-1/+1
|
* (diskfs_S_dir_unlink): Use new args for diskfs_dirremove.Michael I. Bushnell1996-03-221-1/+1
|
* (diskfs_S_dir_unlink): Don't frob cache here.Michael I. Bushnell1996-03-201-1/+0
|
* (diskfs_S_dir_unlink): Call diskfs_purge_cache_node beforeMichael I. Bushnell1996-03-191-1/+2
| | | | diskfs_dirremove.
* (diskfs_S_dir_unlink): Don't call fsys_goaway until we've released ourMichael I. Bushnell1995-12-041-8/+8
| | | | lock.
* (diskfs_S_dir_unlink): Delete vestigial fetch_control.Miles Bader1995-12-041-9/+0
|
* (diskfs_S_dir_unlink): Don't do massively complicated fsys_goaway.Michael I. Bushnell1995-06-201-34/+17
| | | | | Instead, call it at the end (but only if this was the last link) and ignore errors.
* Fix nets.Michael I. Bushnell1995-04-051-0/+3
|
* (diskfs_S_dir_unlink): Do fsys_goaway for translated nodes beingMichael I. Bushnell1995-04-051-0/+35
| | | | unlinked.
* (diskfs_S_dir_unlink): Implement diskfs_synchronous.Michael I. Bushnell1995-03-091-1/+5
|
* entered into RCSRoland McGrath1994-05-051-1/+1
|
* Formerly dir-unlink.c.~4~Michael I. Bushnell1994-02-031-3/+3
|
* Formerly dir-unlink.c.~3~Michael I. Bushnell1994-02-031-1/+2
|
* Initial revisionMichael I. Bushnell1994-01-311-1/+1
|
* Formerly dir-unlink.c.~2~Michael I. Bushnell1994-01-311-0/+81