Re: [PATCH] namei: fix hardlink speeling error

2018-02-15 Thread Richard Guy Briggs
On 2018-02-15 10:57, Philipp Hahn wrote: > Hello, > > Am 15.02.2018 um 03:28 schrieb Richard Guy Briggs: > > Fix handlink to hardlink. > > and introduce a new sp*el*ling error in the subject line ;-) That one was quite intentional for ironic effect. I could have added an extra "e" for

Re: [PATCH] namei: fix hardlink speeling error

2018-02-15 Thread Richard Guy Briggs
On 2018-02-15 10:57, Philipp Hahn wrote: > Hello, > > Am 15.02.2018 um 03:28 schrieb Richard Guy Briggs: > > Fix handlink to hardlink. > > and introduce a new sp*el*ling error in the subject line ;-) That one was quite intentional for ironic effect. I could have added an extra "e" for

Re: [PATCH] namei: fix hardlink speeling error

2018-02-15 Thread Philipp Hahn
Hello, Am 15.02.2018 um 03:28 schrieb Richard Guy Briggs: > Fix handlink to hardlink. and introduce a new sp*el*ling error in the subject line ;-) Philipp

Re: [PATCH] namei: fix hardlink speeling error

2018-02-15 Thread Philipp Hahn
Hello, Am 15.02.2018 um 03:28 schrieb Richard Guy Briggs: > Fix handlink to hardlink. and introduce a new sp*el*ling error in the subject line ;-) Philipp

Re: [PATCH] namei: fix hardlink speeling error

2018-02-14 Thread Matthew Wilcox
On Wed, Feb 14, 2018 at 09:28:54PM -0500, Richard Guy Briggs wrote: >* This ensures that not everyone will be able to create > - * handlink using the passed filedescriptor. > + * hardlink using the passed filedescriptor. >*/ You're changing this line and you didn't feel

Re: [PATCH] namei: fix hardlink speeling error

2018-02-14 Thread Matthew Wilcox
On Wed, Feb 14, 2018 at 09:28:54PM -0500, Richard Guy Briggs wrote: >* This ensures that not everyone will be able to create > - * handlink using the passed filedescriptor. > + * hardlink using the passed filedescriptor. >*/ You're changing this line and you didn't feel

[PATCH] namei: fix hardlink speeling error

2018-02-14 Thread Richard Guy Briggs
Fix handlink to hardlink. Signed-off-by: Richard Guy Briggs --- fs/namei.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fs/namei.c b/fs/namei.c index bf1c046b..bbfb21d3 100644 --- a/fs/namei.c +++ b/fs/namei.c @@ -4258,7 +4258,7 @@ int vfs_link(struct

[PATCH] namei: fix hardlink speeling error

2018-02-14 Thread Richard Guy Briggs
Fix handlink to hardlink. Signed-off-by: Richard Guy Briggs --- fs/namei.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fs/namei.c b/fs/namei.c index bf1c046b..bbfb21d3 100644 --- a/fs/namei.c +++ b/fs/namei.c @@ -4258,7 +4258,7 @@ int vfs_link(struct dentry *old_dentry,