diff options
author | Dave Chinner <dchinner@redhat.com> | 2011-03-02 14:20:59 +1100 |
---|---|---|
committer | Dave Chinner <david@fromorbit.com> | 2011-03-02 14:20:59 +1100 |
commit | 10e38391c0e242e53e30094f6c00553418ab2f2e (patch) | |
tree | 350ddd700ba3a5b00377eeccc7885975f900f63d /fs/xfs/linux-2.6/xfs_linux.h | |
parent | eeb2036b8a148629b762ae6d85cff0be8106f081 (diff) | |
download | linux-10e38391c0e242e53e30094f6c00553418ab2f2e.tar.gz linux-10e38391c0e242e53e30094f6c00553418ab2f2e.tar.bz2 linux-10e38391c0e242e53e30094f6c00553418ab2f2e.zip |
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>
Diffstat (limited to 'fs/xfs/linux-2.6/xfs_linux.h')
-rw-r--r-- | fs/xfs/linux-2.6/xfs_linux.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/xfs/linux-2.6/xfs_linux.h b/fs/xfs/linux-2.6/xfs_linux.h index 096494997747..1189bfcbcd3e 100644 --- a/fs/xfs/linux-2.6/xfs_linux.h +++ b/fs/xfs/linux-2.6/xfs_linux.h @@ -86,6 +86,7 @@ #include <xfs_aops.h> #include <xfs_super.h> #include <xfs_buf.h> +#include <xfs_message.h> /* * Feature macros (disable/enable) |