On Sun, Sep 14, 2025 at 09:25:52PM +0300, Askar Safin wrote: > Please, drop this patch. > > I plan to inline path_umount into the only caller in > v2 version of my initrd removal patchset > https://lore.kernel.org/lkml/20250913003842.41944-1-safinaskar@xxxxxxxxx/ > . > > (path_umount is called in one place only > after initrd is removed.) Um... That'll conflict with more than that commit - take a look at "do_mount(): use __free(path_put)" in there. So let's do that inlining later...