diff options
author | Christoph Hellwig <[email protected]> | 2010-02-15 23:34:54 +0000 |
---|---|---|
committer | Alex Elder <[email protected]> | 2010-03-01 16:35:32 -0600 |
commit | 35a8a72f064105807b091a21e004893b219c9ed2 (patch) | |
tree | b66a96b476f93f0e97b7e4c2e2bb2f91cf683fbb /lib/string_helpers.c | |
parent | c467c049e7e6e8b8fe9f38b13b20a4cf7e03f36b (diff) |
xfs: stop passing opaque handles to xfs_log.c routines
Currenly we pass opaque xfs_log_ticket_t handles instead of
struct xlog_ticket pointers, and void pointers instead of
struct xlog_in_core pointers to various log manager functions.
Instead pass properly typed pointers after adding forward
declarations for them to xfs_log.h, and adjust the touched
function prototypes to the standard XFS style while at it.
Signed-off-by: Christoph Hellwig <[email protected]>
Reviewed-by: Dave Chinner <[email protected]>
Signed-off-by: Alex Elder <[email protected]>
Diffstat (limited to 'lib/string_helpers.c')
0 files changed, 0 insertions, 0 deletions