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:
2a3a2a3
)
ovl: fix spelling mistake: "directries" -> "directories"
author
Colin Ian King
<colin.king@canonical.com>
Thu, 18 Aug 2016 15:58:35 +0000
(16:58 +0100)
committer
Miklos Szeredi
<mszeredi@redhat.com>
Thu, 1 Sep 2016 09:11:59 +0000
(11:11 +0200)
Trivial fix to spelling mistake in pr_err message.
Signed-off-by: Colin Ian King <colin.king@canonical.com>
Signed-off-by: Miklos Szeredi <mszeredi@redhat.com>
fs/overlayfs/super.c
patch
|
blob
|
blame
|
history
diff --git
a/fs/overlayfs/super.c
b/fs/overlayfs/super.c
index 219534e5ca0b108bfd5f8747be3db701cdfcf5b0..6aad7d4e2601438e23e08d6222fbab3c9bbf272e 100644
(file)
--- a/
fs/overlayfs/super.c
+++ b/
fs/overlayfs/super.c
@@
-1151,7
+1151,7
@@
static int ovl_fill_super(struct super_block *sb, void *data, int silent)
err = -EINVAL;
stacklen = ovl_split_lowerdirs(lowertmp);
if (stacklen > OVL_MAX_STACK) {
- pr_err("overlayfs: too many lower directries, limit is %d\n",
+ pr_err("overlayfs: too many lower direct
o
ries, limit is %d\n",
OVL_MAX_STACK);
goto out_free_lowertmp;
} else if (!ufs->config.upperdir && stacklen == 1) {