From: Christoph Hellwig Date: Tue, 22 Apr 2014 21:11:51 +0000 (+1000) Subject: xfs: don't create a slab cache for filestream items X-Git-Tag: omap-for-v3.16/fixes-against-rc1~55^2~7^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1919adda0732e661c6163a6505dddb0bc423b8d8;p=pandora-kernel.git 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 Reviewed-by: Dave Chinner Signed-off-by: Dave Chinner --- Reading git-diff-tree failed