summaryrefslogtreecommitdiff
path: root/fs/sdcardfs/super.c
diff options
context:
space:
mode:
Diffstat (limited to 'fs/sdcardfs/super.c')
-rw-r--r--fs/sdcardfs/super.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/sdcardfs/super.c b/fs/sdcardfs/super.c
index 140696ed3ed3..7693b0e8efef 100644
--- a/fs/sdcardfs/super.c
+++ b/fs/sdcardfs/super.c
@@ -144,7 +144,7 @@ static int sdcardfs_remount_fs2(struct vfsmount *mnt, struct super_block *sb,
pr_err("sdcardfs: remount flags 0x%x unsupported\n", *flags);
err = -EINVAL;
}
- pr_info("Remount options were %s for vfsmnt %p.\n", options, mnt);
+ pr_info("Remount options were %s for vfsmnt %pK.\n", options, mnt);
err = parse_options_remount(sb, options, *flags & ~MS_SILENT, mnt->data);