Re: [Cluster-devel] [GFS2 PATCH] GFS2: Eliminate a nonsense goto

2015-01-26 Thread Steven Whitehouse
Hi, Now in the -nmw git tree. Thanks, Steve. On 22/01/15 16:11, Bob Peterson wrote: Hi, This patch just removes a goto that did nothing. Regards, Bob Peterson Red Hat File Systems Signed-off-by: Bob Peterson rpete...@redhat.com --- diff --git a/fs/gfs2/inode.c b/fs/gfs2/inode.c index

[Cluster-devel] [GFS2 PATCH] GFS2: Eliminate a nonsense goto

2015-01-22 Thread Bob Peterson
Hi, This patch just removes a goto that did nothing. Regards, Bob Peterson Red Hat File Systems Signed-off-by: Bob Peterson rpete...@redhat.com --- diff --git a/fs/gfs2/inode.c b/fs/gfs2/inode.c index 9054002..73c72253 100644 --- a/fs/gfs2/inode.c +++ b/fs/gfs2/inode.c @@ -543,10 +543,7 @@