summaryrefslogtreecommitdiff
path: root/libdiskfs/io-identity.c
AgeCommit message (Collapse)Author
2002-06-112002-06-08 Roland McGrath <roland@frob.com>Roland McGrath
* io-identity.c (diskfs_S_io_identity): Use ino_t for FILENO.
2001-04-012001-03-28 Neal H Walfield <neal@cs.uml.edu>Roland McGrath
* io-identity.c (diskfs_S_io_identity): Use INUM; that is what we bothered getting the lock for.
1998-10-241998-10-20 Roland McGrath <roland@baalperazim.frob.com>Roland McGrath
* dir-lookup.c (diskfs_S_dir_lookup): Add braces to silence gcc warning. * io-identity.c (diskfs_S_io_identity): Likewise. * opts-append-std.c (diskfs_append_std_options): Likewise. * opts-std-runtime.c (set_opts): Likewise.
1997-03-02(diskfs_S_io_identity):Miles Bader
Pass CRED's shadow root inode number to fshelp_get_identity when creating a shadow root fsid, not INUM.
1997-02-24(diskfs_S_io_identity):Miles Bader
Return different fsys ids for different shadow roots.
1996-08-15(diskfs_S_io_identity): Don't hold lock around call toThomas Bushnell
fshelp_get_identity.
1996-07-03(diskfs_S_io_identity): Use newer interface.Michael I. Bushnell
1996-07-03(diskfs_S_io_identity): Fetch identity using fshelp_get_identityMichael I. Bushnell
rather than creating it ourselves.
1996-05-10Initial revisionMichael I. Bushnell