Re: [PATCH 1/9] fs: move struct fstype_info definition to top of file
Simon Glass <[email protected]>
| Newsgroups | org.ozlabs.lists.linux-erofs,org.u-boot-project.lists.u-boot |
|---|---|
| Message-ID | <CAFLszTjZjRJaLwET4SAUQ3Y=fBupo3R7BA34ei6s1aOC2=7FjA@mail.gmail.com> |
On 2026-05-18T05:57:19, Heinrich Schuchardt <[email protected]> wrote: > fs: move struct fstype_info definition to top of file > > Structure definitions should precede code using them. > > Signed-off-by: Heinrich Schuchardt <[email protected]> > > fs/fs.c | 86 ++++++++++++++++++++++++++++++++--------------------------------- > 1 file changed, 43 insertions(+), 43 deletions(-) Reviewed-by: Simon Glass <[email protected]>