commit | 1919adda0732e661c6163a6505dddb0bc423b8d8 | [log] [tgz] |
---|---|---|
author | Christoph Hellwig <hch@lst.de> | Wed Apr 23 07:11:51 2014 +1000 |
committer | Dave Chinner <david@fromorbit.com> | Wed Apr 23 07:11:51 2014 +1000 |
tree | 401679adbf7a8bbc883771d32b36ff9ea91c396d | |
parent | 2cd2ef6a300b1ac912bb515b75451585c3d33ea9 [diff] |
xfs: don't create a slab cache for filestream items We only have very few of these around, and allocation isn't that much of a hot path. Remove the slab cache to simplify the code, and to not waste any resources for the usual case of not having any inodes that use the filestream allocator. Signed-off-by: Christoph Hellwig <hch@lst.de> Reviewed-by: Dave Chinner <dchinner@redhat.com> Signed-off-by: Dave Chinner <david@fromorbit.com>