]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
no readpages for now
authorSage Weil <sage@newdream.net>
Tue, 8 Jan 2008 22:13:13 +0000 (14:13 -0800)
committerSage Weil <sage@newdream.net>
Tue, 8 Jan 2008 22:13:13 +0000 (14:13 -0800)
src/kernel/addr.c

index 90425765c784e39856725965854340467d14fb94..217bc7e3cf8ee9f202610ffd5a172315ca3b33ba 100644 (file)
@@ -29,6 +29,7 @@ out_unlock:
        return err;
 }
 
+#if 0
 static int ceph_readpages(struct file *file, struct address_space *mapping,
                          struct list_head *pages, unsigned nr_pages)
 {
@@ -51,6 +52,7 @@ out_unlock:
 
 
 }
+#endif
 
 const struct address_space_operations ceph_aops = {
        .readpage = ceph_readpage,