X-Git-Url: http://pileus.org/git/?a=blobdiff_plain;f=fs%2Fxfs%2Fxfs_dfrag.c;h=be628677c2884723c58cce77f6f98af4ff3d1926;hb=ae005cbed12d0b340b04b59d6f5c56e710b3895d;hp=e60490bc00a61b6c8bc1bfbe04df4e56e536596c;hpb=e1288cd72f54e7fc16ae9ebb4d0647537ef848d4;p=~andy%2Flinux diff --git a/fs/xfs/xfs_dfrag.c b/fs/xfs/xfs_dfrag.c index e60490bc00a..be628677c28 100644 --- a/fs/xfs/xfs_dfrag.c +++ b/fs/xfs/xfs_dfrag.c @@ -270,9 +270,9 @@ xfs_swap_extents( /* check inode formats now that data is flushed */ error = xfs_swap_extents_check_format(ip, tip); if (error) { - xfs_fs_cmn_err(CE_NOTE, mp, + xfs_notice(mp, "%s: inode 0x%llx format is incompatible for exchanging.", - __FILE__, ip->i_ino); + __func__, ip->i_ino); goto out_unlock; }