I meant other submodules in separate PRs Tell me what you think?
Thanks, Milos On Wed, Apr 15, 2026, 6:04 PM Milos Nikic <[email protected]> wrote: > Alright, > > Here is 3 that i found in libdiskfs > with this query: > rg '^\s*[a-zA-Z_][a-zA-Z0-9_]*\s*:\s*\S' libdiskfs/ > > But i don't see any others in libdiskfs. > I will go over others separately if that is fine? > > > On Wed, Apr 15, 2026 at 5:33 PM Samuel Thibault <[email protected]> > wrote: > >> Hello, >> >> You can systematize this kind of patch, over the whole source code, it's >> really more readable :) >> >> Samuel >> >> Milos Nikic, le mer. 15 avril 2026 17:30:46 -0700, a ecrit: >> > --- >> > libdiskfs/disk-pager.c | 4 ++-- >> > 1 file changed, 2 insertions(+), 2 deletions(-) >> > >> > diff --git a/libdiskfs/disk-pager.c b/libdiskfs/disk-pager.c >> > index f392fc42..6eaa3c62 100644 >> > --- a/libdiskfs/disk-pager.c >> > +++ b/libdiskfs/disk-pager.c >> > @@ -35,8 +35,8 @@ struct pager_requests *diskfs_disk_pager_requests; >> > static void fault_handler (int sig, long int sigcode, struct >> sigcontext *scp); >> > static struct hurd_signal_preemptor preemptor = >> > { >> > - preemptor: NULL, >> > - handler: (sighandler_t) &fault_handler, >> > + .preemptor = NULL, >> > + .handler = (sighandler_t) &fault_handler, >> > }; >> > >> > void >> > -- >> > 2.53.0 >> > >> >
