git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7ff899d
)
ceph: remove bad auth_x kmem_cache
author
Sage Weil
<sage@newdream.net>
Thu, 29 Apr 2010 20:26:53 +0000
(13:26 -0700)
committer
Sage 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