Home
last modified time | relevance | path

Searched hist:"7 e99e14d4ba2533a07adc3d97e06cadc41d12908" (Results 1 – 1 of 1) sorted by relevance

/rk3399_rockchip-uboot/tools/env/
H A Dfw_env.c7e99e14d4ba2533a07adc3d97e06cadc41d12908 Mon May 20 19:34:42 UTC 2013 Michael Heimpold <mhei@heimpold.de> tools/fw_env: use fsync to ensure that data is physically stored

Closing a file descriptor does not guarantee that the data has been
successfully saved to disk, as the kernel might defer the write.

Signed-off-by: Michael Heimpold <mhei@heimpold.de>