summaryrefslogtreecommitdiff
path: root/libdiskfs/dir-rmdir.c
AgeCommit message (Collapse)Author
1999-07-241999-07-24 Roland McGrath <roland@baalperazim.frob.com>Roland McGrath
* 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-291999-06-29 Thomas Bushnell, BSG <tb@mit.edu>Thomas Bushnell
* 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-291999-06-28 Thomas Bushnell, BSG <tb@mit.edu>Thomas Bushnell
* dir-rmdir.c (diskfs_S_dir_rmdir): Reorganized to make clearer.
1997-04-16Mon Feb 24 14:40:02 1997 Thomas Bushnell, n/BSG <thomas@gnu.ai.mit.edu>Thomas Bushnell
* dir-rmdir.c (diskfs_S_dir_rmdir): Check EBUSY-when-translated error before ENOTDIR-when-not-dir.
1997-02-14(diskfs_S_dir_rmdir):Miles Bader
Don't pass depth args to diskfs_lookup.
1997-02-06(diskfs_S_dir_rmdir):Miles Bader
Supply DEPTH & NEW_DEPTH arguments to diskfs_lookup.
1996-11-19(diskfs_S_dir_rmdir):Miles Bader
Use S_IPTRANS bit in dn_stat st_mode field rather than istranslated field.
1996-10-07(diskfs_S_dir_rmdir):Miles Bader
Return ENOTDIR if NP isn't a dir.
1996-06-24(diskfs_S_dir_rmdir): Use diskfs_check_readonly instead of diskfs_readonly.Michael I. Bushnell
1996-03-22(diskfs_S_dir_rmdir): Use new args for diskfs_dirremove.Michael I. Bushnell
1996-03-20(diskfs_S_dir_rmdir): Don't frob cache here.Michael I. Bushnell
1996-03-19(diskfs_S_dir_rmdir): Call diskfs_purge_cache_node beforeMichael I. Bushnell
diskfs_dirremove.
1995-06-20(diskfs_S_dir_rmdir): Don't attempt anything for translatedMichael I. Bushnell
directories here; just return EBUSY.
1995-04-05(diskfs_S_dir_rmdir): Do fsys_goaway for translated nodes beingMichael I. Bushnell
unlinked.
1995-03-17(diskfs_S_dir_rmdir): Repair implementation of diskfs_syncronous.Michael I. Bushnell
1995-03-09(diskfs_S_dir_rmdir): Implement diskfs_synchronous.Michael I. Bushnell
1994-05-05entered into RCSRoland McGrath
1994-02-03Formerly dir-rmdir.c.~3~Michael I. Bushnell
1994-02-03Formerly dir-rmdir.c.~2~Michael I. Bushnell
1994-01-31Initial revisionMichael I. Bushnell