docs(tvix/store): address cargo doc warnings
Fix some broken link references. Change-Id: I69c9b2b62af35bb777e4df1a01ba3181a368be47 Reviewed-on: https://cl.tvl.fyi/c/depot/+/9214 Reviewed-by: tazjin <tazjin@tvl.su> Autosubmit: flokli <flokli@flokli.de> Tested-by: BuildkiteCI
This commit is contained in:
parent
9bbda4421e
commit
583cdec3d8
5 changed files with 12 additions and 11 deletions
|
|
@ -41,12 +41,12 @@ use self::inode_tracker::InodeTracker;
|
|||
/// This means, we need to have a stable mapping of inode numbers to the
|
||||
/// corresponding store nodes.
|
||||
///
|
||||
/// We internally delegate all inode allocation and state keeping to a
|
||||
/// [InodeTracker], and store the currently "explored" store paths together with
|
||||
/// We internally delegate all inode allocation and state keeping to the
|
||||
/// inode tracker, and store the currently "explored" store paths together with
|
||||
/// root inode of the root.
|
||||
///
|
||||
/// There's some places where inodes are allocated / data inserted into
|
||||
/// [self.inode_tracker], if not allocated before already:
|
||||
/// the inode tracker, if not allocated before already:
|
||||
/// - Processing a `lookup` request, either in the mount root, or somewhere
|
||||
/// deeper
|
||||
/// - Processing a `readdir` request
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue