From: Bob Peterson Date: Mon, 16 Mar 2015 16:52:05 +0000 (-0500) Subject: GFS2: Move glock superblock pointer to field gl_name X-Git-Tag: omap-for-v4.3/fixes-rc1~32^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=15562c439d0a1850b71aa1c0d92d1f4fb9503c8d;p=pandora-kernel.git GFS2: Move glock superblock pointer to field gl_name What uniquely identifies a glock in the glock hash table is not gl_name, but gl_name and its superblock pointer. This patch makes the gl_name field correspond to a unique glock identifier. That will allow us to simplify hashing with a future patch, since the hash algorithm can then take the gl_name and hash its components in one operation. Signed-off-by: Bob Peterson Signed-off-by: Andreas Gruenbacher Acked-by: Steven Whitehouse --- Reading git-diff-tree failed