Re: [PATCH 5/6 resend] statfs: add ST_SLAVE

2018-05-03 Thread Christian Brauner
On Thu, May 03, 2018 at 02:36:09AM +, Linus Torvalds wrote: > No explanation, no nothing? I tried to explain in more detail why this could be helpful in a response Al's comments. But I take it you're talking about the commit messages. When I'm redoing the series - in case this something that

Re: [PATCH 5/6 resend] statfs: add ST_SLAVE

2018-05-03 Thread Christian Brauner
On Thu, May 03, 2018 at 02:36:09AM +, Linus Torvalds wrote: > No explanation, no nothing? I tried to explain in more detail why this could be helpful in a response Al's comments. But I take it you're talking about the commit messages. When I'm redoing the series - in case this something that

Re: [PATCH 5/6 resend] statfs: add ST_SLAVE

2018-05-02 Thread Linus Torvalds
No explanation, no nothing? NAK. Linus

Re: [PATCH 5/6 resend] statfs: add ST_SLAVE

2018-05-02 Thread Linus Torvalds
No explanation, no nothing? NAK. Linus

[PATCH 5/6 resend] statfs: add ST_SLAVE

2018-05-02 Thread Christian Brauner
Signed-off-by: Christian Brauner --- fs/statfs.c| 10 +- include/linux/statfs.h | 1 + 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/fs/statfs.c b/fs/statfs.c index 2fc6f9c3793c..35ad0402c9a3 100644 --- a/fs/statfs.c +++

[PATCH 5/6 resend] statfs: add ST_SLAVE

2018-05-02 Thread Christian Brauner
Signed-off-by: Christian Brauner --- fs/statfs.c| 10 +- include/linux/statfs.h | 1 + 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/fs/statfs.c b/fs/statfs.c index 2fc6f9c3793c..35ad0402c9a3 100644 --- a/fs/statfs.c +++ b/fs/statfs.c @@ -10,6 +10,7 @@