]> err.no Git - linux-2.6/blobdiff - fs/dlm/lowcomms.h
[NETFILTER]: nf_conntrack: EXPORT_SYMBOL cleanup
[linux-2.6] / fs / dlm / lowcomms.h
index 3af8035ff12fcd11c61c35822c98276d706fc297..2d045e0daae1f6a0d2c07e8e82b74b2004ed5602 100644 (file)
@@ -18,7 +18,8 @@ int dlm_lowcomms_init(void);
 void dlm_lowcomms_exit(void);
 int dlm_lowcomms_start(void);
 void dlm_lowcomms_stop(void);
-void *dlm_lowcomms_get_buffer(int nodeid, int len, int allocation, char **ppc);
+int dlm_lowcomms_close(int nodeid);
+void *dlm_lowcomms_get_buffer(int nodeid, int len, gfp_t allocation, char **ppc);
 void dlm_lowcomms_commit_buffer(void *mh);
 
 #endif                         /* __LOWCOMMS_DOT_H__ */