commit | 7403a541b54d381b1ac59d05ff40e9f85c618112 | [log] [tgz] |
---|---|---|
author | Nico Huber <nico.h@gmx.de> | Fri Dec 15 23:13:47 2023 +0100 |
committer | Nico Huber <nico.h@gmx.de> | Fri Dec 15 23:13:47 2023 +0100 |
tree | c49165a2043577b6eeeb8955d8e25c561c42b622 | |
parent | 1f3825ef03c6e890afe536ddbd4877f1b2e757fe [diff] [blame] |
ext2: Rename Inode.Extents => Inode.Inline
diff --git a/src/filo-fs-ext2.ads b/src/filo-fs-ext2.ads index 03c05a9..a789d4b 100644 --- a/src/filo-fs-ext2.ads +++ b/src/filo-fs-ext2.ads
@@ -71,7 +71,7 @@ type Inode_Info is record Use_Extents : Boolean := False; - Extents : Buffer_Type (Inode_Extents_Index) := (others => 16#00#); + Inline : Buffer_Type (Inode_Extents_Index) := (others => 16#00#); end record; type T is record