]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
client: fix to handle new ObjectCacher pool requirements.
authorGreg Farnum <gregf@hq.newdream.net>
Mon, 25 Oct 2010 21:21:21 +0000 (14:21 -0700)
committerGreg Farnum <gregf@hq.newdream.net>
Mon, 25 Oct 2010 23:50:12 +0000 (16:50 -0700)
src/client/Client.h

index 87acba55f022e603863d4486e9596acbf4ba01e7..13aae7926a9af66a9b2d0175bf6f6f6dbec19e41 100644 (file)
@@ -522,7 +522,7 @@ class Inode {
     exporting_issued(0), exporting_mds(-1), exporting_mseq(0),
     cap_item(this), flushing_cap_item(this), last_flush_tid(0),
     snaprealm(0), snaprealm_item(this), snapdir_parent(0),
-    oset((void *)this, ino),
+    oset((void *)this, layout->fl_pg_pool, ino),
     reported_size(0), wanted_max_size(0), requested_max_size(0),
     ref(0), ll_ref(0), 
     dir(0), dn(0),