From: Steven Whitehouse Date: Sun, 2 Sep 2007 15:47:38 +0000 (+0100) Subject: [GFS2] Use slab operations for all gfs2_bufdata allocations X-Git-Tag: v2.6.24-rc1~1405^2~12 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0820ab517e1b100ee3f9584ec27f93309689ebe7;p=pandora-kernel.git [GFS2] Use slab operations for all gfs2_bufdata allocations The old revoke structure was allocated using kalloc/kfree but there is a slab cache for gfs2_bufdata, so we should use that now that the structures have been converted. This is part two of the patch series to merge the revoke and gfs2_bufdata structures. Signed-off-by: Steven Whitehouse --- Reading git-diff-tree failed