From: Christoph Hellwig Date: Mon, 15 Feb 2010 23:34:54 +0000 (+0000) Subject: xfs: stop passing opaque handles to xfs_log.c routines X-Git-Tag: v2.6.34-rc1~26^2^2~10 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=35a8a72f064105807b091a21e004893b219c9ed2;p=pandora-kernel.git 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 Reviewed-by: Dave Chinner Signed-off-by: Alex Elder --- Reading git-diff-tree failed