[Cluster-devel] [PATCH 1/3] gfs2: bugger off early if O_CREAT open finds a directory

2014-11-19 Thread Al Viro
Signed-off-by: Al Viro v...@zeniv.linux.org.uk --- fs/gfs2/inode.c |5 + 1 file changed, 5 insertions(+) diff --git a/fs/gfs2/inode.c b/fs/gfs2/inode.c index c4ed823..310e248 100644 --- a/fs/gfs2/inode.c +++ b/fs/gfs2/inode.c @@ -624,6 +624,11 @@ static int gfs2_create_inode(struct inode

Re: [Cluster-devel] [PATCH 1/3] gfs2: bugger off early if O_CREAT open finds a directory

2014-11-19 Thread Bob Peterson
- Original Message - Signed-off-by: Al Viro v...@zeniv.linux.org.uk --- fs/gfs2/inode.c |5 + 1 file changed, 5 insertions(+) diff --git a/fs/gfs2/inode.c b/fs/gfs2/inode.c index c4ed823..310e248 100644 --- a/fs/gfs2/inode.c +++ b/fs/gfs2/inode.c @@ -624,6 +624,11 @@

Re: [Cluster-devel] [PATCH 1/3] gfs2: bugger off early if O_CREAT open finds a directory

2014-11-19 Thread Al Viro
On Wed, Nov 19, 2014 at 03:33:29PM -0500, Bob Peterson wrote: - Original Message - Signed-off-by: Al Viro v...@zeniv.linux.org.uk --- fs/gfs2/inode.c |5 + 1 file changed, 5 insertions(+) diff --git a/fs/gfs2/inode.c b/fs/gfs2/inode.c index c4ed823..310e248 100644

Re: [Cluster-devel] [PATCH 1/3] gfs2: bugger off early if O_CREAT open finds a directory

2014-11-19 Thread Bob Peterson
- Original Message - On Wed, Nov 19, 2014 at 03:33:29PM -0500, Bob Peterson wrote: - Original Message - Signed-off-by: Al Viro v...@zeniv.linux.org.uk --- fs/gfs2/inode.c |5 + 1 file changed, 5 insertions(+) diff --git a/fs/gfs2/inode.c