aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ocfs2/dlmglue.c
diff options
context:
space:
mode:
Diffstat (limited to 'fs/ocfs2/dlmglue.c')
-rw-r--r--fs/ocfs2/dlmglue.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/fs/ocfs2/dlmglue.c b/fs/ocfs2/dlmglue.c
index 8801e41afe80..ff8d3dbdeb31 100644
--- a/fs/ocfs2/dlmglue.c
+++ b/fs/ocfs2/dlmglue.c
@@ -1063,10 +1063,10 @@ static void ocfs2_cluster_unlock(struct ocfs2_super *osb,
1063 mlog_exit_void(); 1063 mlog_exit_void();
1064} 1064}
1065 1065
1066int ocfs2_create_new_lock(struct ocfs2_super *osb, 1066static int ocfs2_create_new_lock(struct ocfs2_super *osb,
1067 struct ocfs2_lock_res *lockres, 1067 struct ocfs2_lock_res *lockres,
1068 int ex, 1068 int ex,
1069 int local) 1069 int local)
1070{ 1070{
1071 int level = ex ? LKM_EXMODE : LKM_PRMODE; 1071 int level = ex ? LKM_EXMODE : LKM_PRMODE;
1072 unsigned long flags; 1072 unsigned long flags;