From: Ameer Hamza <ahamza@ixsystems.com>
To: David Laight <David.Laight@ACULAB.COM>
Cc: "viro@zeniv.linux.org.uk" <viro@zeniv.linux.org.uk>,
"jlayton@kernel.org" <jlayton@kernel.org>,
"chuck.lever@oracle.com" <chuck.lever@oracle.com>,
"arnd@arndb.de" <arnd@arndb.de>,
"guoren@kernel.org" <guoren@kernel.org>,
"palmer@rivosinc.com" <palmer@rivosinc.com>,
"f.fainelli@gmail.com" <f.fainelli@gmail.com>,
"slark_xiao@163.com" <slark_xiao@163.com>,
"richard.henderson@linaro.org" <richard.henderson@linaro.org>,
"ink@jurassic.park.msu.ru" <ink@jurassic.park.msu.ru>,
"mattst88@gmail.com" <mattst88@gmail.com>,
"James.Bottomley@HansenPartnership.com"
<James.Bottomley@HansenPartnership.com>,
"deller@gmx.de" <deller@gmx.de>,
"davem@davemloft.net" <davem@davemloft.net>,
"linux-fsdevel@vger.kernel.org" <linux-fsdevel@vger.kernel.org>,
linux-kernel@vger.kernel.
Subject: Re: [PATCH v2] Add new open(2) flag - O_EMPTY_PATH
Date: Mon, 2 Jan 2023 19:35:38 +0500 [thread overview]
Message-ID: <20230102143538.GA8886@hamza-HP-ZBook-15-G3> (raw)
In-Reply-To: <4b39cf528148470c934fb5823b35e9d5@AcuMS.aculab.com>
On Mon, Jan 02, 2023 at 02:01:38PM +0000, David Laight wrote:
> From: Ameer Hamza
> > Sent: 31 December 2022 23:56
> >
> > This patch adds a new flag O_EMPTY_PATH that allows openat and open
> > system calls to open a file referenced by fd if the path is empty,
> > and it is very similar to the FreeBSD O_EMPTY_PATH flag. This can be
> > beneficial in some cases since it would avoid having to grant /proc
> > access to things like samba containers for reopening files to change
> > flags in a race-free way.
> >
>
> But what does it do?
> (Apart from add code to a common kernel code path.)
>
> David
It can convert an O_PATH descriptor to one suitable for r/w work.
If we already have a file descriptor: {opath_fd = open(<path>, O_PATH);}, we can call {openat(opath_fd, "", O_EMPTY_PATH | O_RDWR)} instead of going through procfs {open(/proc/self/fd/<opath_fd>, O_RDWR)}.
>
> -
> Registered Address Lakeside, Bramley Road, Mount Farm, Milton Keynes, MK1 1PT, UK
> Registration No: 1397386 (Wales)
>
next prev parent reply other threads:[~2023-01-02 14:35 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <202212310842.ysbymPHY-lkp@intel.com>
2022-12-31 23:56 ` [PATCH v2] Add new open(2) flag - O_EMPTY_PATH Ameer Hamza
2023-01-01 11:16 ` kernel test robot
2023-01-01 15:37 ` [PATCH v3] " Ameer Hamza
2023-01-02 14:01 ` [PATCH v2] " David Laight
2023-01-02 14:35 ` Ameer Hamza [this message]
2023-01-06 9:21 ` David Laight
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20230102143538.GA8886@hamza-HP-ZBook-15-G3 \
--to=ahamza@ixsystems.com \
--cc=David.Laight@ACULAB.COM \
--cc=James.Bottomley@HansenPartnership.com \
--cc=arnd@arndb.de \
--cc=chuck.lever@oracle.com \
--cc=davem@davemloft.net \
--cc=deller@gmx.de \
--cc=f.fainelli@gmail.com \
--cc=guoren@kernel.org \
--cc=ink@jurassic.park.msu.ru \
--cc=jlayton@kernel.org \
--cc=linux-fsdevel@vger.kernel.org \
--cc=linux-kernel@vger.kernel. \
--cc=mattst88@gmail.com \
--cc=palmer@rivosinc.com \
--cc=richard.henderson@linaro.org \
--cc=slark_xiao@163.com \
--cc=viro@zeniv.linux.org.uk \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox