[PATCH 3/4] vfs: pass right create mode to may_o_create()

2012-08-15 Thread Miklos Szeredi
From: Miklos Szeredi Pass the umask-ed create mode to may_o_create() instead of the original one. Signed-off-by: Miklos Szeredi Tested-by: Richard W.M. Jones --- fs/namei.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/fs/namei.c b/fs/namei.c index

[PATCH 3/4] vfs: pass right create mode to may_o_create()

2012-08-15 Thread Miklos Szeredi
From: Miklos Szeredi mszer...@suse.cz Pass the umask-ed create mode to may_o_create() instead of the original one. Signed-off-by: Miklos Szeredi mszer...@suse.cz Tested-by: Richard W.M. Jones rjo...@redhat.com --- fs/namei.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff

[PATCH 3/4] vfs: pass right create mode to may_o_create()

2012-08-07 Thread Miklos Szeredi
From: Miklos Szeredi Pass the umask-ed create mode to may_o_create() instead of the original one. Signed-off-by: Miklos Szeredi --- fs/namei.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/fs/namei.c b/fs/namei.c index 5bac1bb..26c28ec 100644 --- a/fs/namei.c +++

[PATCH 3/4] vfs: pass right create mode to may_o_create()

2012-08-07 Thread Miklos Szeredi
From: Miklos Szeredi mszer...@suse.cz Pass the umask-ed create mode to may_o_create() instead of the original one. Signed-off-by: Miklos Szeredi mszer...@suse.cz --- fs/namei.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/fs/namei.c b/fs/namei.c index