mirror of
https://github.com/versity/scoutfs.git
synced 2026-08-27 19:36:52 +00:00
scoutfs: dlmglue ifdef out ocfs2_build_lock_name()
This was missed in the initial #ifdef patch. Signed-off-by: Mark Fasheh <mfasheh@versity.com>
This commit is contained in:
+2
-2
@@ -417,7 +417,7 @@ static int ocfs2_prepare_cancel_convert(struct ocfs2_super *osb,
|
||||
static int ocfs2_cancel_convert(struct ocfs2_super *osb,
|
||||
struct ocfs2_lock_res *lockres);
|
||||
|
||||
|
||||
#if 0
|
||||
static void ocfs2_build_lock_name(enum ocfs2_lock_type type,
|
||||
u64 blkno,
|
||||
u32 generation,
|
||||
@@ -435,7 +435,7 @@ static void ocfs2_build_lock_name(enum ocfs2_lock_type type,
|
||||
|
||||
mlog(0, "built lock resource with name: %s\n", name);
|
||||
}
|
||||
|
||||
#endif
|
||||
static DEFINE_SPINLOCK(ocfs2_dlm_tracking_lock);
|
||||
|
||||
static void ocfs2_add_lockres_tracking(struct ocfs2_lock_res *res,
|
||||
|
||||
Reference in New Issue
Block a user