ref: 1de45d8f0584b97a29b7e2655998891877eba6c6
parent: e512652b7c6a999b13ae526b39b6d93dc8dfbe2b
author: ngkaho1234 <[email protected]>
date: Sat Oct 24 17:05:06 EDT 2015
FIX: duplicated declaration.
--- a/lwext4/ext4_xattr.c
+++ b/lwext4/ext4_xattr.c
@@ -123,7 +123,7 @@
if (ext4_sb_has_feature_read_only(sb,
EXT4_FEATURE_RO_COMPAT_METADATA_CSUM)) {
- uint32_t orig_checksum, checksum;
+ uint32_t orig_checksum;
/* Preparation: temporarily set bg checksum to 0 */
orig_checksum = header->h_checksum;