Re: [PATCH 24/32] vfs: syscall: Add fsopen() to prepare for superblock creation [ver #9]

From: David Howells
Date: Fri Jul 13 2018 - 11:40:34 EST


Andy Lutomirski <luto@xxxxxxxxxxxxxx> wrote:

> > Whilst I'm at it, do we want the option of doing the equivalent of
> > mountat()? I.e. offering the option to open all the device files used by
> > a superblock with dfd and AT_* flags in combination with the filename?
> >
>
> Isn't that more or less what I was suggesting?

Yes, you suggested that. I'm asking if we actually need that.

> ... I also suggested just an fd and letting the caller open the file itself.

I'm not entirely sure, but that might prevent the filesystem from being able
to use it, since userspace might then prevent the filesystem getting exclusive
holdership.

David