projects
/
GitHub
/
LineageOS
/
G12
/
android_kernel_amlogic_linux-4.9.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2e531fa
)
logfs: Return -EINVAL if filesystem image doesn't match
author
Joern Engel
<joern@logfs.org>
Tue, 27 Apr 2010 11:45:31 +0000
(13:45 +0200)
committer
Joern Engel
<joern@logfs.org>
Sat, 1 May 2010 16:02:20 +0000
(18:02 +0200)
Signed-off-by: Joern Engel <joern@logfs.org>
fs/logfs/super.c
patch
|
blob
|
blame
|
history
diff --git
a/fs/logfs/super.c
b/fs/logfs/super.c
index 7fc4625c6f02bbe7849c4bdbba604765b4a4c93a..edd99487f93aa436745922d0b491b9db06f785ef 100644
(file)
--- a/
fs/logfs/super.c
+++ b/
fs/logfs/super.c
@@
-413,7
+413,7
@@
static int __logfs_read_sb(struct super_block *sb)
page = find_super_block(sb);
if (!page)
- return -EI
O
;
+ return -EI
NVAL
;
ds = page_address(page);
super->s_size = be64_to_cpu(ds->ds_filesystem_size);