Commit b7a90e8043e7ab1922126e1c1c5c004b470f9e2a

Authored by Artem Bityutskiy
Committed by Al Viro
1 parent 0a81861978

hfsplus: amend debugging print

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>

Showing 1 changed file with 1 additions and 1 deletions Side-by-side Diff

... ... @@ -171,7 +171,7 @@
171 171 if (!wait)
172 172 return 0;
173 173  
174   - dprint(DBG_SUPER, "hfsplus_write_super\n");
  174 + dprint(DBG_SUPER, "hfsplus_sync_fs\n");
175 175  
176 176 sb->s_dirt = 0;
177 177