ocfs2/dlm: Remove struct dlm_lock_name in struct dlm_master_list_entry
authorSunil Mushran <sunil.mushran@oracle.com>
Thu, 26 Feb 2009 23:00:47 +0000 (15:00 -0800)
committerMark Fasheh <mfasheh@suse.com>
Fri, 3 Apr 2009 18:39:23 +0000 (11:39 -0700)
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 <sunil.mushran@oracle.com>
Signed-off-by: Mark Fasheh <mfasheh@suse.com>

No differences found