From: Sunil Mushran Date: Thu, 26 Feb 2009 23:00:47 +0000 (-0800) Subject: ocfs2/dlm: Remove struct dlm_lock_name in struct dlm_master_list_entry X-Git-Tag: v2.6.30-rc1~224^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7141514b8307734c117f100c4a3637887c5def45;p=pandora-kernel.git ocfs2/dlm: Remove struct dlm_lock_name in struct dlm_master_list_entry This patch removes struct dlm_lock_name and adds the entries directly to struct dlm_master_list_entry. Under the new scheme, both mles that are backed by a lockres or not, will have the name populated in mle->mname. This allows us to get rid of code that was figuring out the location of the mle name. Signed-off-by: Sunil Mushran Signed-off-by: Mark Fasheh --- Reading git-diff-tree failed