aboutsummaryrefslogtreecommitdiff
path: root/libdiskfs/dir-renamed.c
Commit message (Collapse)AuthorAgeFilesLines
* 2001-10-11 Roland McGrath <roland@frob.com>Roland McGrath2001-10-121-2/+2
| | | | | * dir-renamed.c (diskfs_rename_dir): Fix bogus assert. From Moritz Schulte <moritz@chaosdorf.de>.
* Tue Apr 6 10:05:49 1999 Thomas Bushnell, BSG <tb@mit.edu>Thomas Bushnell1999-04-061-2/+2
| | | | | * dir-renamed.c (diskfs_rename_dir): Stage 1, if TNP == FNP, we have to unlock TNP with diskfs_nput and not just diskfs_nrele it.
* 1998-09-04 Roland McGrath <roland@baalperazim.frob.com>Roland McGrath1998-10-241-19/+19
| | | | | | | | | | | | | | | | | | | | * 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_rename_dir, checkpath):Miles Bader1997-02-141-4/+4
| | | | Don't pass depth args to diskfs_lookup.
* (checkpath, diskfs_rename_dir):Miles Bader1997-02-061-6/+7
| | | | Supply DEPTH & NEW_DEPTH arguments to diskfs_lookup.
* (diskfs_rename_dir): When unlocking FDP, only do it if we FDP != TDP.Michael I. Bushnell1996-07-161-29/+33
| | | | | Also, only do step two (changing .. in the directory being moved) if FDP != TDP.
* (diskfs_rename_dir): Use new args for diskfs_dirrewrite andMichael I. Bushnell1996-03-221-3/+3
| | | | diskfs_dirremove.
* (diskfs_rename_dir): dittoMichael I. Bushnell1996-03-201-1/+0
|
* (diskfs_rename_dir): Don't frob cache here.Michael I. Bushnell1996-03-201-2/+0
|
* (diskfs_rename_dir): Don't frob cache here.Michael I. Bushnell1996-03-201-2/+0
|
* (diskfs_rename_dir): Call diskfs_purge_cache before calls toMichael I. Bushnell1996-03-191-0/+2
| | | | diskfs_dirrewrite.
* (diskfs_S_dir_rename): Call diskfs_enter_cache ifMichael I. Bushnell1996-03-191-0/+2
| | | | diskfs_direnter/diskfs_dirrewrite is successful.
* (diskfs_rename_dir): Call diskfs_purge_cache_node beforeMichael I. Bushnell1996-03-191-1/+2
| | | | diskfs_dirremove.
* (diskfs_rename_dir): If we are synchronous, update the one node ourMichael I. Bushnell1995-03-171-2/+2
| | | | caller doesn't have access to.
* (diskfs_rename_dir): Implement diskfs_synchronous.Michael I. Bushnell1995-03-151-3/+20
|
* entered into RCSMichael I. Bushnell1994-06-061-1/+0
|
* Formerly dir-renamed.c.~6~Michael I. Bushnell1994-03-161-0/+1
|
* Formerly dir-renamed.c.~5~Michael I. Bushnell1994-03-161-1/+0
|
* Formerly dir-renamed.c.~4~Michael I. Bushnell1994-02-101-1/+42
|
* Formerly dir-renamed.c.~3~Michael I. Bushnell1994-02-091-3/+0
|
* Formerly dir-renamed.c.~2~Michael I. Bushnell1994-02-041-15/+16
|
* Initial revisionMichael I. Bushnell1994-02-021-0/+169