summaryrefslogtreecommitdiff
path: root/libdiskfs/node-nput.c
AgeCommit message (Collapse)Author
2001-04-012001-03-28 Neal H Walfield <neal@cs.uml.edu>Roland McGrath
* protid-rele: Doc fix. * node-nput.c: Likewise. * io-prenotify.c: Likewise.
1999-10-281999-10-28 Roland McGrath <roland@baalperazim.frob.com>Roland McGrath
* node-nput.c (diskfs_nput): Call diskfs_set_node_times before diskfs_lost_hardrefs. This should address the late mtime update bug reported and investigated by Mark Kettenis.
1999-07-011999-07-01 Thomas Bushnell, BSG <tb@mit.edu>Thomas Bushnell
* node-nref.c: New file; guts from diskfs.h. * node-nput.c: Likewise. * node-nrele.c: Likewise. * node-nrefl.c: Likewise. * node-nputl.c: Likewise. * node-nrelel.c: LIkewise. * diskfs.h (diskfs_nref, diskfs_nput, diskfs_nrele, diskfs_nref_light, diskfs_nput_light, diskfs_nrele_light): Replace inline definitions with ordinary declarations. (DISKFS_EI): Removed macro. * diskfs.c: Deleted file. * Makefile (OTHERSRCS): Added node-nref.c, node-nput.c node-nrele.c, node-nrefl.c, node-nputl.c, node-nrelel.c. Removed diskfs.c.