[GFS2] Use slab operations for all gfs2_bufdata allocations
authorSteven Whitehouse <swhiteho@redhat.com>
Sun, 2 Sep 2007 15:47:38 +0000 (16:47 +0100)
committerSteven Whitehouse <swhiteho@redhat.com>
Wed, 10 Oct 2007 07:56:10 +0000 (08:56 +0100)
commit0820ab517e1b100ee3f9584ec27f93309689ebe7
treedb2baf9e6d2ac545c344a412fe31371a09bf9b68
parent82e86087bb774cd54d47db4a7c771b5b29bea9ed
[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 <swhiteho@redhat.com>
fs/gfs2/lops.c
fs/gfs2/trans.c