OSDN Git Service

Properly compute the size of a directory
authorKen Sumrall <ksumrall@android.com>
Thu, 31 Mar 2011 23:11:52 +0000 (16:11 -0700)
committerKen Sumrall <ksumrall@android.com>
Thu, 31 Mar 2011 23:11:52 +0000 (16:11 -0700)
commit7c81ec40f5f466b23c2ebacabe1e4e9ac6932bd5
tree894698baf00419e21c34512f90ff4cfa1c89fbd4
parentc12588ca8b1f4f38f55745a30656a5576aa4b6f9
Properly compute the size of a directory

When computing the size of a directory that is being created,
make sure to include the size of the null entry at the end of
the list of entries in that directory.

Change-Id: I7deb05a170911cd0cc8517600c9747f64915606f
ext4_utils/contents.c