ceph: remove bad auth_x kmem_cache
authorSage Weil <sage@newdream.net>
Thu, 29 Apr 2010 20:26:53 +0000 (13:26 -0700)
committerSage Weil <sage@newdream.net>
Mon, 3 May 2010 17:49:25 +0000 (10:49 -0700)
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 <sage@newdream.net>

No differences found