commit | d420e5c810bce5debce0238021b410d0ef99cf08 | [log] [tgz] |
---|---|---|
author | Dave Chinner <[email protected]> | Tue Oct 15 09:17:53 2013 +1100 |
committer | Ben Myers <[email protected]> | Wed Oct 23 14:30:51 2013 -0500 |
tree | fc8145dc0b137fd9ce4d2a1bdca5e69a1304bcb5 | |
parent | 9aede1d81b12a95771db0e2f9196dd37e10aaf20 [diff] |
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 <[email protected]> Reviewed-by: Ben Myers <[email protected]> Signed-off-by: Ben Myers <[email protected]>