]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/commit
xfs: remove __KERNEL__ from debug code
authorDave Chinner <dchinner@redhat.com>
Wed, 4 Sep 2013 22:05:41 +0000 (22:05 +0000)
committerRich Johnston <rjohnston@sgi.com>
Mon, 16 Sep 2013 20:14:45 +0000 (15:14 -0500)
commit1e2ecde404835e357203d0896a405df3f6bbc050
tree8e55c6578608546bb995c11bc92cac232f7fd7d8
parent6beba453a386fa9496588661c2f2ac2e46bc427c
xfs: remove __KERNEL__ from debug code

There is no reason the remaining kernel-only debug code needs to
remain kernel-only. Kill the __KERNEL__ part of the defines, and let
userspace handle the debug code appropriately.

Signed-off-by: Dave Chinner <dchinner@redhat.com>
Reviewed-by: Mark Tinguely <tinguely@sgi.com>
Signed-off-by: Rich Johnston <rjohnston@sgi.com>
include/xfs_bmap.h
libxfs/xfs_dir2_data.c
libxfs/xfs_rtalloc.c