]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
xfs: remove unused transaction callback variables
authorDave Chinner <dchinner@redhat.com>
Mon, 14 Oct 2013 22:17:53 +0000 (09:17 +1100)
committerBen Myers <bpm@sgi.com>
Wed, 23 Oct 2013 19:30:51 +0000 (14:30 -0500)
commitd420e5c810bce5debce0238021b410d0ef99cf08
treefc8145dc0b137fd9ce4d2a1bdca5e69a1304bcb5
parent9aede1d81b12a95771db0e2f9196dd37e10aaf20
xfs: remove unused transaction callback variables

We don't do callbacks at transaction commit time, no do we have any
infrastructure to set up or run such callbacks, so remove the
variables and typedefs for these operations. If we ever need to add
callbacks, we can reintroduce the variables at that time.

Signed-off-by: Dave Chinner <dchinner@redhat.com>
Reviewed-by: Ben Myers <bpm@sgi.com>
Signed-off-by: Ben Myers <bpm@sgi.com>
fs/xfs/xfs_trans.h