aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ocfs2/dlm/dlmmaster.c
diff options
context:
space:
mode:
authorLinus Torvalds <torvalds@woody.linux-foundation.org>2008-03-04 14:27:32 -0500
committerLinus Torvalds <torvalds@woody.linux-foundation.org>2008-03-04 14:27:32 -0500
commitc5750ee69f469024d98019545e41c74abf1652bd (patch)
tree8c640b7e2d1e8cf013ac90b3569db54b0ec36e44 /fs/ocfs2/dlm/dlmmaster.c
parentb1c3c3ebf70548bb182d570b79a3f21045cd30e5 (diff)
parent86c838b03daf35e2af6555842d04fe09a89f8d93 (diff)
Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mfasheh/ocfs2
* 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mfasheh/ocfs2: [PATCH] fs/ocfs2/aops.c: Correct use of ! and & [2.6 patch] ocfs2: make dlm_do_assert_master() static [2.6 patch] make ocfs2_downconvert_thread() static [2.6 patch] fs/ocfs2/: possible cleanups [PATCH] ocfs2: le*_add_cpu conversion ocfs2: Fix writeout in ocfs2_data_convert_worker() ocfs2: Enable localalloc for local mounts
Diffstat (limited to 'fs/ocfs2/dlm/dlmmaster.c')
-rw-r--r--fs/ocfs2/dlm/dlmmaster.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/fs/ocfs2/dlm/dlmmaster.c b/fs/ocfs2/dlm/dlmmaster.c
index a54d33d95ada..c92d1b19fc0b 100644
--- a/fs/ocfs2/dlm/dlmmaster.c
+++ b/fs/ocfs2/dlm/dlmmaster.c
@@ -1695,9 +1695,9 @@ send_response:
1695 * can periodically run all locks owned by this node 1695 * can periodically run all locks owned by this node
1696 * and re-assert across the cluster... 1696 * and re-assert across the cluster...
1697 */ 1697 */
1698int dlm_do_assert_master(struct dlm_ctxt *dlm, 1698static int dlm_do_assert_master(struct dlm_ctxt *dlm,
1699 struct dlm_lock_resource *res, 1699 struct dlm_lock_resource *res,
1700 void *nodemap, u32 flags) 1700 void *nodemap, u32 flags)
1701{ 1701{
1702 struct dlm_assert_master assert; 1702 struct dlm_assert_master assert;
1703 int to, tmpret; 1703 int to, tmpret;