Message ID | 169527971702.27328.16272807830250040704.stgit@donald.themaw.net (mailing list archive) |
---|---|
Headers | show |
Series | autofs - convert to to use mount api | expand |
On Thu, Sep 21, 2023 at 03:03:26PM +0800, Ian Kent wrote: > There was a patch from David Howells to convert autofs to use the mount > api but it was never merged. > > I have taken David's patch and refactored it to make the change easier > to review in the hope of having it merged. > > Signed-off-by: Ian Kent <raven@themaw.net> > --- > > Ian Kent (8): > autofs: refactor autofs_prepare_pipe() > autofs: add autofs_parse_fd() > autofs - refactor super block info init > autofs: reformat 0pt enum declaration > autofs: refactor parse_options() > autofs: validate protocol version > autofs: convert autofs to use the new mount api > autofs: fix protocol sub version setting > Yeah sure, but I only see 4 patches on the list? Is my setup broken or did you accidently forget to send some patches?
On 21/9/23 17:13, Christian Brauner wrote: > On Thu, Sep 21, 2023 at 03:03:26PM +0800, Ian Kent wrote: >> There was a patch from David Howells to convert autofs to use the mount >> api but it was never merged. >> >> I have taken David's patch and refactored it to make the change easier >> to review in the hope of having it merged. >> >> Signed-off-by: Ian Kent <raven@themaw.net> >> --- >> >> Ian Kent (8): >> autofs: refactor autofs_prepare_pipe() >> autofs: add autofs_parse_fd() >> autofs - refactor super block info init >> autofs: reformat 0pt enum declaration >> autofs: refactor parse_options() >> autofs: validate protocol version >> autofs: convert autofs to use the new mount api >> autofs: fix protocol sub version setting >> > Yeah sure, but I only see 4 patches on the list? Is my setup broken or > did you accidently forget to send some patches? Sorry, but no, my email has gone very pair shaped. The above send failed part way through and I haven't been able to send anything via the command line since. I'm guessing the email app I'm using to send this will work and the other email accounts I use will probably work from an app too but the command line is broken for some unknown reason. Please ignore these, I'll send them when I can get my problem fixed ... *sigh*! Ian
There was a patch from David Howells to convert autofs to use the mount api but it was never merged. I have taken David's patch and refactored it to make the change easier to review in the hope of having it merged. Signed-off-by: Ian Kent <raven@themaw.net> --- Ian Kent (8): autofs: refactor autofs_prepare_pipe() autofs: add autofs_parse_fd() autofs - refactor super block info init autofs: reformat 0pt enum declaration autofs: refactor parse_options() autofs: validate protocol version autofs: convert autofs to use the new mount api autofs: fix protocol sub version setting fs/autofs/autofs_i.h | 15 +- fs/autofs/init.c | 9 +- fs/autofs/inode.c | 423 +++++++++++++++++++++++++------------------ 3 files changed, 266 insertions(+), 181 deletions(-) -- Ian