ubifs: Add full hash lookup support
[linux-2.6-block.git] / fs / ubifs / journal.c
index f2b989dbe25affd89b93800d3a34ff072e057e94..0698cccc62239c9795fc55a0afb8241ec94193c9 100644 (file)
@@ -78,7 +78,6 @@ static inline void zero_ino_node_unused(struct ubifs_ino_node *ino)
 static inline void zero_dent_node_unused(struct ubifs_dent_node *dent)
 {
        dent->padding1 = 0;
-       memset(dent->padding2, 0, 4);
 }
 
 /**