Re: [osv-dev] [PATCH v2] Fixed mkdirat bugs and improved to match other xxxat() implementations

2021-01-15 Thread David Smith
Fresh v2 patch submitted. On Thursday, January 14, 2021 at 12:13:51 PM UTC Nadav Har'El wrote: > On Thu, Jan 14, 2021 at 12:00 PM David Smith wrote: > >> Correct. I don't recall seeing any guidance as to which approach to use >> in the "Formatting and sending patches" page. This is the first ti

Re: [osv-dev] [PATCH v2] Fixed mkdirat bugs and improved to match other xxxat() implementations

2021-01-14 Thread Nadav Har'El
On Thu, Jan 14, 2021 at 12:00 PM David Smith wrote: > Correct. I don't recall seeing any guidance as to which approach to use in > the "Formatting and sending patches" page. This is the first time I've > created a patch with Git, so apologies if I chose the wrong option. Would > you like me to se

Re: [osv-dev] [PATCH v2] Fixed mkdirat bugs and improved to match other xxxat() implementations

2021-01-14 Thread David Smith
Correct. I don't recall seeing any guidance as to which approach to use in the "Formatting and sending patches" page. This is the first time I've created a patch with Git, so apologies if I chose the wrong option. Would you like me to send again as a new version (and if so, should I version it

Re: [osv-dev] [PATCH v2] Fixed mkdirat bugs and improved to match other xxxat() implementations

2021-01-13 Thread Nadav Har'El
Hi, It seems you sent an incremental patch over your previous patch, instead of sending a new version of your patch? -- Nadav Har'El n...@scylladb.com On Tue, Jan 12, 2021 at 3:35 PM David Smith wrote: > Signed-off-by: David Smith > --- > fs/vfs/main.cc | 57 +---

[osv-dev] [PATCH v2] Fixed mkdirat bugs and improved to match other xxxat() implementations

2021-01-12 Thread David Smith
Signed-off-by: David Smith --- fs/vfs/main.cc | 57 +- fs/vfs/vfs.h | 1 - fs/vfs/vfs_syscalls.cc | 27 3 files changed, 29 insertions(+), 56 deletions(-) diff --git a/fs/vfs/main.cc b/fs/vfs/main.cc index 12461995..