]> err.no Git - linux-2.6/blobdiff - fs/nfs/idmap.c
[PATCH] remove verify_area(): remove verify_area() from various uaccess.h headers
[linux-2.6] / fs / nfs / idmap.c
index b74c4e3a64e2a435759ad2115f1af64f3a772b00..ffb8df91dc34198034264ae7d06de277094aef00 100644 (file)
@@ -50,6 +50,7 @@
 #include <linux/nfs_fs.h>
 
 #include <linux/nfs_idmap.h>
+#include "nfs4_fs.h"
 
 #define IDMAP_HASH_SZ          128
 
@@ -79,7 +80,7 @@ static ssize_t   idmap_pipe_upcall(struct file *, struct rpc_pipe_msg *,
                     char __user *, size_t);
 static ssize_t   idmap_pipe_downcall(struct file *, const char __user *,
                     size_t);
-void             idmap_pipe_destroy_msg(struct rpc_pipe_msg *);
+static void      idmap_pipe_destroy_msg(struct rpc_pipe_msg *);
 
 static unsigned int fnvhash32(const void *, size_t);
 
@@ -434,7 +435,7 @@ out:
        return ret;
 }
 
-void
+static void
 idmap_pipe_destroy_msg(struct rpc_pipe_msg *msg)
 {
        struct idmap_msg *im = msg->data;