Re: [PATCH 10/12] posix_acl: don't ignore return value of posix_acl_create_masq()

2016-09-16 Thread Andreas Grünbacher
2016-09-16 14:19 GMT+02:00 Miklos Szeredi : > Signed-off-by: Miklos Szeredi > Cc: Andreas Gruenbacher > --- > fs/posix_acl.c | 11 ++- > 1 file changed, 6 insertions(+), 5 deletions(-) > > diff --git a/fs/posix_acl.c

Re: [PATCH 10/12] posix_acl: don't ignore return value of posix_acl_create_masq()

2016-09-16 Thread Andreas Grünbacher
2016-09-16 14:19 GMT+02:00 Miklos Szeredi : > Signed-off-by: Miklos Szeredi > Cc: Andreas Gruenbacher > --- > fs/posix_acl.c | 11 ++- > 1 file changed, 6 insertions(+), 5 deletions(-) > > diff --git a/fs/posix_acl.c b/fs/posix_acl.c > index 59d47ab0791a..ea3eb6f3bf1e 100644 > ---

[PATCH 10/12] posix_acl: don't ignore return value of posix_acl_create_masq()

2016-09-16 Thread Miklos Szeredi
Signed-off-by: Miklos Szeredi Cc: Andreas Gruenbacher --- fs/posix_acl.c | 11 ++- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/fs/posix_acl.c b/fs/posix_acl.c index 59d47ab0791a..ea3eb6f3bf1e 100644 --- a/fs/posix_acl.c +++

[PATCH 10/12] posix_acl: don't ignore return value of posix_acl_create_masq()

2016-09-16 Thread Miklos Szeredi
Signed-off-by: Miklos Szeredi Cc: Andreas Gruenbacher --- fs/posix_acl.c | 11 ++- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/fs/posix_acl.c b/fs/posix_acl.c index 59d47ab0791a..ea3eb6f3bf1e 100644 --- a/fs/posix_acl.c +++ b/fs/posix_acl.c @@ -598,13 +598,14 @@