X-Git-Url: https://git.karo-electronics.de/?a=blobdiff_plain;f=fs%2Fext2%2Fxip.c;h=b72b85884223fc3761208f6bc891b39e3213d034;hb=4b48d9d44ebe0e8c31b4fe3b7480941576fff613;hp=233f7fdbe31d7d323952d0389baf97182d2e6536;hpb=70688e4dd1647f0ceb502bbd5964fa344c5eb411;p=karo-tx-linux.git diff --git a/fs/ext2/xip.c b/fs/ext2/xip.c index 233f7fdbe31d..b72b85884223 100644 --- a/fs/ext2/xip.c +++ b/fs/ext2/xip.c @@ -11,6 +11,7 @@ #include #include #include +#include #include "ext2.h" #include "xip.h" @@ -68,7 +69,7 @@ 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, __FUNCTION__, + ext2_warning(sb, __func__, "ignoring xip option - not supported by bdev"); } }