commit | 97d8fd1748d8071b07acfa12e98bc662a960ccdc | [log] [tgz] |
---|---|---|
author | Ramesh Thomas <ramesh.thomas@intel.com> | Thu Sep 01 23:15:25 2016 -0700 |
committer | Anas Nashif <nashif@linux.intel.com> | Fri Sep 23 00:06:32 2016 +0000 |
tree | d5067d5f61f7c3c9624aeddf2fe0c0039e8dfdc8 | |
parent | 524004d54b147c9293977474ad175e067c237426 [diff] |
fs: Add file system API to flush cache of an open file This API flushes the cached data of an open file to the storage media. This can be called after writes to avoid data loss if power is removed unexpectedly. Jira: ZEP-767 Change-Id: I0f99f2f34126aa8e6a43f69c7a1b6d903937de11 Signed-off-by: Ramesh Thomas <ramesh.thomas@intel.com>