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)
commitb0930f8d38c6ab76dc8222a5a910a21392d38208
tree0aad65459eaa8fd5fdf8b621eb9b851e7864ae6e
parent7ff899da02cb674211858fcd919f8b4511a4423f
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 <sage@newdream.net>
fs/ceph/auth_x.c