From: Dave Chinner Date: Wed, 2 Mar 2011 03:20:59 +0000 (+1100) Subject: xfs: introduce new logging API. X-Git-Tag: v2.6.39-rc1~394^2~13 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=10e38391c0e242e53e30094f6c00553418ab2f2e;p=pandora-kernel.git xfs: introduce new logging API. Most of the logging infrastructure in XFS is unneccessary and designed around the infrastructure supplied by Irix rather than Linux. To rationalise the logging interfaces, start by introducing simple printk wrappers similar to the dev_printk() infrastructure. Later patches will convert code to use this new interface. Signed-off-by: Dave Chinner Reviewed-by: Alex Elder Reviewed-by: Christoph Hellwig --- Reading git-diff-tree failed