projects
/
platform
/
kernel
/
linux-amlogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0a81861
)
hfsplus: amend debugging print
author
Artem Bityutskiy
<artem.bityutskiy@linux.intel.com>
Thu, 12 Jul 2012 14:26:29 +0000
(17:26 +0300)
committer
Al Viro
<viro@zeniv.linux.org.uk>
Sun, 22 Jul 2012 19:58:02 +0000
(23:58 +0400)
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>
fs/hfsplus/super.c
patch
|
blob
|
history
diff --git
a/fs/hfsplus/super.c
b/fs/hfsplus/super.c
index
5df771e
..
9e9c278
100644
(file)
--- 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;