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/Makefile | |
parent | eeb2036b8a148629b762ae6d85cff0be8106f081 (diff) | |
download | linux-3.10-10e38391c0e242e53e30094f6c00553418ab2f2e.tar.gz linux-3.10-10e38391c0e242e53e30094f6c00553418ab2f2e.tar.bz2 linux-3.10-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/Makefile')
-rw-r--r-- | fs/xfs/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/xfs/Makefile b/fs/xfs/Makefile index faca4499709..077784ed6a7 100644 --- a/fs/xfs/Makefile +++ b/fs/xfs/Makefile @@ -105,6 +105,7 @@ xfs-y += $(addprefix $(XFS_LINUX)/, \ xfs_globals.o \ xfs_ioctl.o \ xfs_iops.o \ + xfs_message.o \ xfs_super.o \ xfs_sync.o \ xfs_xattr.o) |