Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit b7a90e80 authored by Artem Bityutskiy's avatar Artem Bityutskiy Committed by Al Viro
Browse files

hfsplus: amend debugging print



Print correct function name in the debugging print of the
'hfsplus_sync_fs()' function.

Signed-off-by: default avatarArtem Bityutskiy <artem.bityutskiy@linux.intel.com>
Signed-off-by: default avatarAl Viro <viro@zeniv.linux.org.uk>
parent 0a818619
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -171,7 +171,7 @@ static int hfsplus_sync_fs(struct super_block *sb, int wait)
	if (!wait)
		return 0;

	dprint(DBG_SUPER, "hfsplus_write_super\n");
	dprint(DBG_SUPER, "hfsplus_sync_fs\n");

	sb->s_dirt = 0;