]> www.infradead.org Git - mtd-utils.git/commit
ubifs: correct the size of nnode in memset
authorDongsheng Yang <yangds.fnst@cn.fujitsu.com>
Wed, 19 Aug 2015 08:28:52 +0000 (16:28 +0800)
committerBrian Norris <computersforpeace@gmail.com>
Wed, 19 Aug 2015 16:22:52 +0000 (09:22 -0700)
commitd583d1da01eb0a3e38f18dfc8eec0dde07be8320
tree5f7131fa78bdd9b083b00404cda539f1d1d878f3
parent0e602bf13911992598b9bade75b26cbf623a5e12
ubifs: correct the size of nnode in memset

There is a typo in lpt to memset nnode by the
size in sizeof(stuct ubifs_pnode).

Signed-off-by: Dongsheng Yang <yangds.fnst@cn.fujitsu.com>
Signed-off-by: Brian Norris <computersforpeace@gmail.com>
mkfs.ubifs/lpt.c