projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
253508c
)
ntfs: super.c: Fix error log
author
Nik Nyby
<nikolas@gnu.org>
Mon, 29 Jun 2015 19:24:38 +0000
(15:24 -0400)
committer
Jiri Kosina
<jkosina@suse.com>
Fri, 7 Aug 2015 12:06:35 +0000
(14:06 +0200)
"transation" should be "transaction"
Signed-off-by: Nik Nyby <nikolas@gnu.org>
Signed-off-by: Jiri Kosina <jkosina@suse.com>
fs/ntfs/super.c
patch
|
blob
|
blame
|
history
diff --git
a/fs/ntfs/super.c
b/fs/ntfs/super.c
index 9e1e112074fb7cd8c7d5de10b43ac60af686017b..c1128bcbeb5edb011035e7790bf85f77318f9a7b 100644
(file)
--- a/
fs/ntfs/super.c
+++ b/
fs/ntfs/super.c
@@
-543,7
+543,7
@@
static int ntfs_remount(struct super_block *sb, int *flags, char *opt)
return -EROFS;
}
if (!ntfs_stamp_usnjrnl(vol)) {
- ntfs_error(sb, "Failed to stamp transation log "
+ ntfs_error(sb, "Failed to stamp transa
c
tion log "
"($UsnJrnl)%s", es);
NVolSetErrors(vol);
return -EROFS;