mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-11 20:48:49 +08:00
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>
This commit is contained in:
parent
0a81861978
commit
b7a90e8043
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user