aboutsummaryrefslogtreecommitdiff
path: root/libdiskfs/trans-callback.c
Commit message (Collapse)AuthorAgeFilesLines
* (_diskfs_translator_callback2_fn): Use diskfs_create_protid instead ofMiles Bader1996-01-271-11/+13
| | | | diskfs_make_protid, and deal with an error return.
* (_diskfs_translator_callback2_fn):Miles Bader1995-11-061-2/+2
| | | | | UNDERLYING_TYPE should be a pointer. As should the UIDS & GIDS args to diskfs_make_protid.
* (_diskfs_translator_callback1_fn, _diskfs_translator_callback2_fn):Miles Bader1995-11-021-23/+28
| | | | | | New functions, replacing the single original. (_diskfs_translator_callback1, _diskfs_translator_callback2): New variables, replacing the single original.
* (_diskfs_translator_callback_fn):Miles Bader1995-10-191-1/+6
| | | | | | | Open the new translator's realnode read-only for now, since we know it doesn't matter and gratuitously writable nodes prevent us from starting up or going read-only. The fsys_startup interface should change very soon and make this irrelevant anyway.
* (_diskfs_translator_callback_fn): Use correct sense of diskfs_readonlyMichael I. Bushnell1995-07-211-1/+1
| | | | flag.
* (_diskfs_translator_callback_fn): Free initial reference created byMichael I. Bushnell1995-07-211-7/+10
| | | | diskfs_make_protid.
* (_diskfs_translator_callback_fn): Fix typos so it compiles.Michael I. Bushnell1995-06-191-6/+7
|
* fooMichael I. Bushnell1995-06-141-3/+7
|
* Initial revisionMichael I. Bushnell1995-06-141-0/+54