Re: [Cluster-devel] [PATCH] fs/gfs2/glock.c: Deinline do_error, save 1856 bytes

2016-04-12 Thread Bob Peterson
- Original Message - > This function compiles to 522 bytes of machine code. > > Error paths are not very time critical. > > Signed-off-by: Denys Vlasenko > CC: Steven Whitehouse > CC: Bob Peterson > CC: cluster-devel@redhat.com > CC: linux-ker...@vger.kernel.org > --- > fs/gfs2/glock.

Re: [Cluster-devel] [PATCH] gfs2: Switch to generic xattr handlers

2016-04-12 Thread Bob Peterson
- Original Message - > Move the pre- and postamble code in gfs2_{get,set,remove}xattr into the > handlers in gfs2_xattr_handlers. Replace the generic POSIX ACL handlers > in there with gfs2-specific versions that wrap the generic handlers into > the pre- and postamble code. With that, gfs

[Cluster-devel] [PATCH] gfs2: Switch to generic xattr handlers

2016-04-12 Thread Andreas Gruenbacher
Move the pre- and postamble code in gfs2_{get,set,remove}xattr into the handlers in gfs2_xattr_handlers. Replace the generic POSIX ACL handlers in there with gfs2-specific versions that wrap the generic handlers into the pre- and postamble code. With that, gfs2_{get,set,remove}xattr can be remove