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