]> Pileus Git - ~andy/linux/blobdiff - fs/nfs/read.c
NFS: make 2 functions static
[~andy/linux] / fs / nfs / read.c
index 32cf3773af0cdc0a21b41363e6ddc34c7a40bff2..65c0c5b32351cfaf7b3f9facd5d0e37a1bd9ce9b 100644 (file)
@@ -15,7 +15,6 @@
  * within the RPC code when root squashing is suspected.
  */
 
-#include <linux/config.h>
 #include <linux/time.h>
 #include <linux/kernel.h>
 #include <linux/errno.h>
@@ -64,7 +63,7 @@ struct nfs_read_data *nfs_readdata_alloc(unsigned int pagecount)
        return p;
 }
 
-void nfs_readdata_free(struct nfs_read_data *p)
+static void nfs_readdata_free(struct nfs_read_data *p)
 {
        if (p && (p->pagevec != &p->page_array[0]))
                kfree(p->pagevec);