On Wed, Dec 13, 2023 at 7:00 AM Bagas Sanjaya <bagasdotme@xxxxxxxxx> wrote: > > On Tue, Dec 12, 2023 at 09:33:23AM +0200, Amir Goldstein wrote: > > -1) "redirect_dir" > > +redirect_dir > > +```````````` > > > > Enabled with the mount option or module option: "redirect_dir=on" or with > > the kernel config option CONFIG_OVERLAY_FS_REDIRECT_DIR=y. > > @@ -568,7 +569,8 @@ the kernel config option CONFIG_OVERLAY_FS_REDIRECT_DIR=y. > > If this feature is disabled, then rename(2) on a lower or merged directory > > will fail with EXDEV ("Invalid cross-device link"). > > > > -2) "inode index" > > +index > > +````` > > > > Enabled with the mount option or module option "index=on" or with the > > kernel config option CONFIG_OVERLAY_FS_INDEX=y. > > @@ -577,7 +579,8 @@ If this feature is disabled and a file with multiple hard links is copied > > up, then this will "break" the link. Changes will not be propagated to > > other names referring to the same inode. > > > > -3) "xino" > > +xino > > +```` > > Why is there section heading conversion above (not mentioned in the patch > description)? Because it makes the document look nicer. I will add a note about it in the commit message. Thanks, Amir.