diff options
author | Artem Bityutskiy <artem.bityutskiy@linux.intel.com> | 2012-07-12 17:26:29 +0300 |
---|---|---|
committer | Al Viro <viro@zeniv.linux.org.uk> | 2012-07-22 23:58:02 +0400 |
commit | b7a90e8043e7ab1922126e1c1c5c004b470f9e2a (patch) | |
tree | f2b032174657cc9d227b6cd97b9eef7301d836c9 /fs/hfsplus | |
parent | 0a81861978deedfe9267d9fe905c756d3af3af38 (diff) | |
download | linux-b7a90e8043e7ab1922126e1c1c5c004b470f9e2a.tar.gz linux-b7a90e8043e7ab1922126e1c1c5c004b470f9e2a.tar.bz2 linux-b7a90e8043e7ab1922126e1c1c5c004b470f9e2a.zip |
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>
Diffstat (limited to 'fs/hfsplus')
-rw-r--r-- | fs/hfsplus/super.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/hfsplus/super.c b/fs/hfsplus/super.c index 5df771e4ddda..9e9c278830de 100644 --- a/fs/hfsplus/super.c +++ b/fs/hfsplus/super.c @@ -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; |