]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - fs/ocfs2/dlmglue.h
[IA64] Untangle sync_icache_dcache() page size determination
[linux-2.6-omap-h63xx.git] / fs / ocfs2 / dlmglue.h
index 5f17243ba5017dfe3af0f2384bee683a4d77f6d3..e3cf902404b45e3caaec642d450cf626d09ecb74 100644 (file)
@@ -109,11 +109,10 @@ void ocfs2_simple_drop_lockres(struct ocfs2_super *osb,
                               struct ocfs2_lock_res *lockres);
 
 /* for the downconvert thread */
-void ocfs2_process_blocked_lock(struct ocfs2_super *osb,
-                               struct ocfs2_lock_res *lockres);
 void ocfs2_wake_downconvert_thread(struct ocfs2_super *osb);
 
 struct ocfs2_dlm_debug *ocfs2_new_dlm_debug(void);
 void ocfs2_put_dlm_debug(struct ocfs2_dlm_debug *dlm_debug);
 
+extern const struct dlm_protocol_version ocfs2_locking_protocol;
 #endif /* DLMGLUE_H */