From: Sage Weil Date: Thu, 29 Apr 2010 20:26:53 +0000 (-0700) Subject: ceph: remove bad auth_x kmem_cache X-Git-Tag: v2.6.34-rc7~32^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b0930f8d38c6ab76dc8222a5a910a21392d38208;p=pandora-kernel.git ceph: remove bad auth_x kmem_cache It's useless, since our allocations are already a power of 2. And it was allocated per-instance (not globally), which caused a name collision when we tried to mount a second file system with auth_x enabled. Signed-off-by: Sage Weil --- Reading git-diff-tree failed