aboutsummaryrefslogtreecommitdiff
path: root/libdiskfs/dir-rmdir.c
Commit message (Collapse)AuthorAgeFilesLines
* 1999-07-24 Roland McGrath <roland@baalperazim.frob.com>Roland McGrath1999-07-241-29/+27
| | | | | | * dir-rmdir.c (diskfs_S_dir_rmdir): Fix bugs in last change. Replace label `out' with local inline function `done'. Don't try diskfs_nput (NP) when NP is null.
* 1999-06-29 Thomas Bushnell, BSG <tb@mit.edu>Thomas Bushnell1999-06-291-0/+3
| | | | | | | | | | | | * lookup.c (diskfs_lookup): If we get an error from fshelp_checkdirmod, clear *NP as well as returning the error. Use diskfs_nrele instead of diskfs_nput in case *NP and DP are the same. 1999-06-28 Thomas Bushnell, BSG <tb@mit.edu> * dir-rmdir.c (diskfs_S_dir_rmdir): Reorganized to make clearer; several little buglets fixed too.
* 1999-06-28 Thomas Bushnell, BSG <tb@mit.edu>Thomas Bushnell1999-06-291-30/+22
| | | | * dir-rmdir.c (diskfs_S_dir_rmdir): Reorganized to make clearer.
* Mon Feb 24 14:40:02 1997 Thomas Bushnell, n/BSG <thomas@gnu.ai.mit.edu>Thomas Bushnell1997-04-161-11/+13
| | | | | * dir-rmdir.c (diskfs_S_dir_rmdir): Check EBUSY-when-translated error before ENOTDIR-when-not-dir.
* (diskfs_S_dir_rmdir):Miles Bader1997-02-141-1/+1
| | | | Don't pass depth args to diskfs_lookup.
* (diskfs_S_dir_rmdir):Miles Bader1997-02-061-2/+2
| | | | Supply DEPTH & NEW_DEPTH arguments to diskfs_lookup.
* (diskfs_S_dir_rmdir):Miles Bader1996-11-191-1/+1
| | | | Use S_IPTRANS bit in dn_stat st_mode field rather than istranslated field.
* (diskfs_S_dir_rmdir):Miles Bader1996-10-071-0/+5
| | | | Return ENOTDIR if NP isn't a dir.
* (diskfs_S_dir_rmdir): Use diskfs_check_readonly instead of diskfs_readonly.Michael I. Bushnell1996-06-241-1/+1
|
* (diskfs_S_dir_rmdir): Use new args for diskfs_dirremove.Michael I. Bushnell1996-03-221-1/+1
|
* (diskfs_S_dir_rmdir): Don't frob cache here.Michael I. Bushnell1996-03-201-1/+0
|
* (diskfs_S_dir_rmdir): Call diskfs_purge_cache_node beforeMichael I. Bushnell1996-03-191-1/+2
| | | | diskfs_dirremove.
* (diskfs_S_dir_rmdir): Don't attempt anything for translatedMichael I. Bushnell1995-06-201-32/+3
| | | | directories here; just return EBUSY.
* (diskfs_S_dir_rmdir): Do fsys_goaway for translated nodes beingMichael I. Bushnell1995-04-051-0/+38
| | | | unlinked.
* (diskfs_S_dir_rmdir): Repair implementation of diskfs_syncronous.Michael I. Bushnell1995-03-171-7/+4
|
* (diskfs_S_dir_rmdir): Implement diskfs_synchronous.Michael I. Bushnell1995-03-091-1/+5
|
* entered into RCSRoland McGrath1994-05-051-1/+1
|
* Formerly dir-rmdir.c.~3~Michael I. Bushnell1994-02-031-4/+4
|
* Formerly dir-rmdir.c.~2~Michael I. Bushnell1994-02-031-0/+1
|
* Initial revisionMichael I. Bushnell1994-01-311-0/+83