Re: [Qemu-devel] [PATCH v2 3/4] 9pfs: local: simplify file opening

2017-05-23 Thread Greg Kurz
On Tue, 23 May 2017 10:51:26 -0500 Eric Blake wrote: > On 05/23/2017 09:32 AM, Greg Kurz wrote: > > The logic to open a path currently sits between local_open_nofollow() and > > the relative_openat_nofollow() helper, which has no other user. > > > > For the sake of clarity,

Re: [Qemu-devel] [PATCH v2 3/4] 9pfs: local: simplify file opening

2017-05-23 Thread Eric Blake
On 05/23/2017 09:32 AM, Greg Kurz wrote: > The logic to open a path currently sits between local_open_nofollow() and > the relative_openat_nofollow() helper, which has no other user. > > For the sake of clarity, this patch moves all the code of the helper into > its unique caller. While here we