aboutsummaryrefslogtreecommitdiff
path: root/libdiskfs/io-identity.c
Commit message (Collapse)AuthorAgeFilesLines
* 2002-06-08 Roland McGrath <roland@frob.com>Roland McGrath2002-06-111-2/+2
| | | | * io-identity.c (diskfs_S_io_identity): Use ino_t for FILENO.
* 2001-03-28 Neal H Walfield <neal@cs.uml.edu>Roland McGrath2001-04-011-2/+2
| | | | | * io-identity.c (diskfs_S_io_identity): Use INUM; that is what we bothered getting the lock for.
* 1998-10-20 Roland McGrath <roland@baalperazim.frob.com>Roland McGrath1998-10-241-13/+15
| | | | | | | | * 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.
* (diskfs_S_io_identity):Miles Bader1997-03-021-1/+3
| | | | | Pass CRED's shadow root inode number to fshelp_get_identity when creating a shadow root fsid, not INUM.
* (diskfs_S_io_identity):Miles Bader1997-02-241-4/+11
| | | | Return different fsys ids for different shadow roots.
* (diskfs_S_io_identity): Don't hold lock around call toThomas Bushnell1996-08-151-2/+5
| | | | fshelp_get_identity.
* (diskfs_S_io_identity): Use newer interface.Michael I. Bushnell1996-07-031-6/+9
|
* (diskfs_S_io_identity): Fetch identity using fshelp_get_identityMichael I. Bushnell1996-07-031-12/+1
| | | | rather than creating it ourselves.
* Initial revisionMichael I. Bushnell1996-05-101-0/+61