Re: [Cluster-devel] [GFS2 PATCH] GFS2: Eliminate always-0 return from gfs2_set_mode

2014-03-19 Thread Steven Whitehouse
Hi, Yes, I think we might as well just merge it in, if there is only one caller, Steve. On Wed, 2014-03-19 at 11:31 -0400, Bob Peterson wrote: Hi, This patch eliminates a return code from function gfs2_set_mode that was always 0. We could also just eliminate the function altogether

[Cluster-devel] [GFS2 PATCH] [TRY #2] GFS2: inline function gfs2_set_mode

2014-03-19 Thread Bob Peterson
Hi, Here is a revised patch based on Steve's feedback: This patch eliminates function gfs2_set_mode which was only called in one place, and always returned 0. Regards, Bob Peterson Red Hat File Systems Signed-off-by: Bob Peterson rpete...@redhat.com --- diff --git a/fs/gfs2/acl.c