nilfs2: stop zero-fill of btree path just before free it
authorRyusuke Konishi <konishi.ryusuke@lab.ntt.co.jp>
Fri, 14 Aug 2009 16:54:59 +0000 (01:54 +0900)
committerRyusuke Konishi <konishi.ryusuke@lab.ntt.co.jp>
Mon, 14 Sep 2009 09:27:15 +0000 (18:27 +0900)
commit3218929dbd25245e0f601df1e359a3ed3f7fb03b
tree4f3f0f21b9f2e6eaa255315c659c1168ad3b5c96
parent6d28f7ea43856449ed2f344cb209af3ba1c6b757
nilfs2: stop zero-fill of btree path just before free it

The btree path object is cleared just before it is freed.

This will remove the code doing the unnecessary clear operation.

Signed-off-by: Ryusuke Konishi <konishi.ryusuke@lab.ntt.co.jp>
fs/nilfs2/btree.c