Home
last modified time | relevance | path

Searched hist:"3799 b3f4adff8b00017340d0b9b41a99e0cc3804" (Results 1 – 1 of 1) sorted by relevance

/rk3399_rockchip-uboot/fs/jffs2/
H A Djffs2_1pass.c3799b3f4adff8b00017340d0b9b41a99e0cc3804 Wed Jul 01 04:38:22 UTC 2015 Mark Tomlinson <mark.tomlinson@alliedtelesis.co.nz> JFFS2: Return early when file read not necessary

If a destination is not provided, jffs2_1pass_read_inode() only
returns the length of the file. In this case, avoid reading all
the data nodes, and return as soon as the length of the file is
known.

Signed-off-by: Mark Tomlinson <mark.tomlinson@alliedtelesis.co.nz>