projects
/
GitHub
/
exynos8895
/
android_kernel_samsung_universal8895.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7c319d3
)
ext4: remove unused variable in ext4_update_super()
author
Theodore Ts'o
<tytso@mit.edu>
Mon, 23 Jul 2012 00:23:31 +0000
(20:23 -0400)
committer
Theodore Ts'o
<tytso@mit.edu>
Mon, 23 Jul 2012 00:23:31 +0000
(20:23 -0400)
Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
fs/ext4/resize.c
patch
|
blob
|
blame
|
history
diff --git
a/fs/ext4/resize.c
b/fs/ext4/resize.c
index 17d38de4068c3a43855d2523b0ce5ea7e4929d3b..50530bdbc02a60311ba682caf65b06c0b5694919 100644
(file)
--- a/
fs/ext4/resize.c
+++ b/
fs/ext4/resize.c
@@
-1197,7
+1197,7
@@
static void ext4_update_super(struct super_block *sb,
struct ext4_new_group_data *group_data = flex_gd->groups;
struct ext4_sb_info *sbi = EXT4_SB(sb);
struct ext4_super_block *es = sbi->s_es;
- int i
, ret
;
+ int i;
BUG_ON(flex_gd->count == 0 || group_data == NULL);
/*