aboutsummaryrefslogtreecommitdiffstats
path: root/misc
diff options
context:
space:
mode:
authorTheodore Ts'o <tytso@mit.edu>2018-08-21 01:23:18 -0400
committerTheodore Ts'o <tytso@mit.edu>2018-08-21 01:23:18 -0400
commit0e49172e83dfb0e8ded7e1756c5b3c6e64601fe3 (patch)
treefe32628d6615df9c30a5d7b8c96f11574f31c41c /misc
parent6ac81e4526a4e1305aa5b976a3a2b7058c7509a5 (diff)
parent76e28a1339890a33ac07eb09d2db753ef1ee7eee (diff)
downloadandroid_external_e2fsprogs-0e49172e83dfb0e8ded7e1756c5b3c6e64601fe3.tar.gz
android_external_e2fsprogs-0e49172e83dfb0e8ded7e1756c5b3c6e64601fe3.tar.bz2
android_external_e2fsprogs-0e49172e83dfb0e8ded7e1756c5b3c6e64601fe3.zip
Merge branch 'maint' into next
Diffstat (limited to 'misc')
-rw-r--r--misc/tune2fs.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/misc/tune2fs.c b/misc/tune2fs.c
index 0f095f4d..3fe1c288 100644
--- a/misc/tune2fs.c
+++ b/misc/tune2fs.c
@@ -3056,6 +3056,7 @@ _("Warning: The journal is dirty. You may wish to replay the journal like:\n\n"
ext2fs_close_free(&fs);
exit(1);
}
+ sb = fs->super;
}
#endif