Merge branch 'dell-wmi' into release
[GitHub/mt8127/android_kernel_alcatel_ttab.git] / fs / ext2 / xip.c
index c18fbf3e4068c33429c6c8e3bf3ebcc1844fe505..322a56b2dfb1a190382a68e9844d3425339ab570 100644 (file)
@@ -69,8 +69,9 @@ void ext2_xip_verify_sb(struct super_block *sb)
        if ((sbi->s_mount_opt & EXT2_MOUNT_XIP) &&
            !sb->s_bdev->bd_disk->fops->direct_access) {
                sbi->s_mount_opt &= (~EXT2_MOUNT_XIP);
-               ext2_warning(sb, __func__,
-                            "ignoring xip option - not supported by bdev");
+               ext2_msg(sb, KERN_WARNING,
+                            "warning: ignoring xip option - "
+                            "not supported by bdev");
        }
 }