ree c12f1fa1da0a64693d39a2f98c5a1981bf58a83a parent 1c0845773ad9f4875603b752235aea8aa04565f3 author Sunil Mushran 1235689238 -0800 committer Mark Fasheh 1238783958 -0700 ocfs2/dlm: Clean up struct dlm_lock_name For master mle, the name it stored in the attached lockres in struct qstr. For block and migration mle, the name is stored inline in struct dlm_lock_name. This patch attempts to make struct dlm_lock_name look like a struct qstr. While we could use struct qstr, we don't because we want to avoid having to malloc and free the lockname string as the mle's lifetime is fairly short. Signed-off-by: Sunil Mushran Signed-off-by: Mark Fasheh |