Skip to content

Commit

Permalink
hfsplus: amend debugging print
Browse files Browse the repository at this point in the history
Print correct function name in the debugging print of the
'hfsplus_sync_fs()' function.

Signed-off-by: Artem Bityutskiy <artem.bityutskiy@linux.intel.com>
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
  • Loading branch information
Artem Bityutskiy authored and Al Viro committed Jul 22, 2012
1 parent 0a81861 commit b7a90e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fs/hfsplus/super.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down

0 comments on commit b7a90e8

Please sign in to comment.