aboutsummaryrefslogtreecommitdiff
path: root/libdiskfs/dirremove.c
Commit message (Collapse)AuthorAgeFilesLines
* 1998-09-04 Roland McGrath <roland@baalperazim.frob.com>Roland McGrath1998-10-241-9/+8
| | | | | | | | | | | | | | | | | | | | * diskfs.h (diskfs_lookup_hard, diskfs_lookup, diskfs_set_translator, diskfs_create_symlink_hook, diskfs_notice_dirchange, diskfs_direnter, diskfs_direnter_hard, diskfs_dirrewrite, diskfs_dirremove, diskfs_create_node, diskfs_enter_lookup_cache, diskfs_check_lookup_cache, dir_rename_dir, diskfs_set_options): Add `const' qualifier to `char *' parameters where appropriate. * opts-set.c (diskfs_set_options): Fix defn with `const'. * node-create.c (diskfs_create_node): Likewise. * name-cache.c (diskfs_enter_lookup_cache): Likewise. (diskfs_check_lookup_cache): Likewise. * dirremove.c (diskfs_dirremove): Likewise. * dirrewrite.c (diskfs_dirrewrite): Likewise. * lookup.c (diskfs_lookup): Likewise. * direnter.c (diskfs_direnter): Likewise. * dir-renamed.c (diskfs_rename_dir): Likewise. * dir-chg.c (diskfs_notice_dirchange): Likewise.
* (diskfs_dirremove): Never mind.Michael I. Bushnell1996-04-161-2/+0
|
* (diskfs_dirremove): Update mtime.Michael I. Bushnell1996-04-161-0/+3
|
* (diskfs_dirremove):Miles Bader1996-04-101-1/+1
| | | | Use diskfs_*_lookup_cache functions instead of names without `lookup_'.
* Initial revisionMichael I. Bushnell1996-03-201-0/+45