Explorar o código

[PATCH] dlm gfp_t annotations

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Al Viro %!s(int64=18) %!d(string=hai) anos
pai
achega
38d6fd26ea
Modificáronse 2 ficheiros con 4 adicións e 4 borrados
  1. 3 3
      fs/dlm/lowcomms.c
  2. 1 1
      fs/dlm/lowcomms.h

+ 3 - 3
fs/dlm/lowcomms.c

@@ -174,7 +174,7 @@ static int nodeid_to_addr(int nodeid, struct sockaddr *retaddr)
 	return 0;
 	return 0;
 }
 }
 
 
-static struct nodeinfo *nodeid2nodeinfo(int nodeid, int alloc)
+static struct nodeinfo *nodeid2nodeinfo(int nodeid, gfp_t alloc)
 {
 {
 	struct nodeinfo *ni;
 	struct nodeinfo *ni;
 	int r;
 	int r;
@@ -726,7 +726,7 @@ static int init_sock(void)
 }
 }
 
 
 
 
-static struct writequeue_entry *new_writequeue_entry(int allocation)
+static struct writequeue_entry *new_writequeue_entry(gfp_t allocation)
 {
 {
 	struct writequeue_entry *entry;
 	struct writequeue_entry *entry;
 
 
@@ -748,7 +748,7 @@ static struct writequeue_entry *new_writequeue_entry(int allocation)
 	return entry;
 	return entry;
 }
 }
 
 
-void *dlm_lowcomms_get_buffer(int nodeid, int len, int allocation, char **ppc)
+void *dlm_lowcomms_get_buffer(int nodeid, int len, gfp_t allocation, char **ppc)
 {
 {
 	struct writequeue_entry *e;
 	struct writequeue_entry *e;
 	int offset = 0;
 	int offset = 0;

+ 1 - 1
fs/dlm/lowcomms.h

@@ -19,7 +19,7 @@ void dlm_lowcomms_exit(void);
 int dlm_lowcomms_start(void);
 int dlm_lowcomms_start(void);
 void dlm_lowcomms_stop(void);
 void dlm_lowcomms_stop(void);
 int dlm_lowcomms_close(int nodeid);
 int dlm_lowcomms_close(int nodeid);
-void *dlm_lowcomms_get_buffer(int nodeid, int len, int allocation, char **ppc);
+void *dlm_lowcomms_get_buffer(int nodeid, int len, gfp_t allocation, char **ppc);
 void dlm_lowcomms_commit_buffer(void *mh);
 void dlm_lowcomms_commit_buffer(void *mh);
 
 
 #endif				/* __LOWCOMMS_DOT_H__ */
 #endif				/* __LOWCOMMS_DOT_H__ */