]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
another fix for kernel 2.6.26
authorYehuda <yehudasa@fatty.ops.newdream.net>
Tue, 9 Sep 2008 17:41:36 +0000 (10:41 -0700)
committerYehuda <yehudasa@fatty.ops.newdream.net>
Tue, 9 Sep 2008 18:28:28 +0000 (11:28 -0700)
src/kernel/super.c

index 3eac8823200f0a750ef6fc4382a751c4fda3f422..42831b1248e1e7eda5d87677980313fdae88e205 100644 (file)
@@ -218,7 +218,7 @@ static void ceph_destroy_inode(struct inode *inode)
        kmem_cache_free(ceph_inode_cachep, ci);
 }
 
-#if LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,26
+#if LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,27
 static void init_once(void *foo)
 #else
 static void init_once(struct kmem_cache *cachep, void *foo)