commit | 7141514b8307734c117f100c4a3637887c5def45 | [log] [tgz] |
---|---|---|
author | Sunil Mushran <sunil.mushran@oracle.com> | Thu Feb 26 15:00:47 2009 -0800 |
committer | Mark Fasheh <mfasheh@suse.com> | Fri Apr 03 11:39:23 2009 -0700 |
tree | 8f2944508cdb0dd1ea7288d7300e4c29995c904e | |
parent | e64ff14607ac90b2f3349550a41cc8dc0c0b1324 [diff] |
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 <sunil.mushran@oracle.com> Signed-off-by: Mark Fasheh <mfasheh@suse.com>