xfs: introduce new logging API.
commit10e38391c0e242e53e30094f6c00553418ab2f2e
authorDave Chinner <dchinner@redhat.com>
Wed, 2 Mar 2011 03:20:59 +0000 (2 14:20 +1100)
committerDave Chinner <david@fromorbit.com>
Wed, 2 Mar 2011 03:20:59 +0000 (2 14:20 +1100)
tree350ddd700ba3a5b00377eeccc7885975f900f63d
parenteeb2036b8a148629b762ae6d85cff0be8106f081
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 <dchinner@redhat.com>
Reviewed-by: Alex Elder <aelder@sgi.com>
Reviewed-by: Christoph Hellwig <hch@lst.de>
fs/xfs/Makefile
fs/xfs/linux-2.6/xfs_linux.h
fs/xfs/linux-2.6/xfs_message.c [new file with mode: 0644]
fs/xfs/linux-2.6/xfs_message.h [new file with mode: 0644]