#include <oskit/fs/filesystem.h>oskit_error_t oskit_filesystem_remount(oskit_filesystem_t *f, oskit_u32_t flags);
client OSfilesystem library
This method changes the mount flags associated with this filesystem. For example, this method might be used to change a filesystem from read-only to read-write, or vice versa.
- f
- The filesystem whose flags are to be changed.
- flags
- The new mount flags value.
Returns 0 on success, or an error code specified in <oskit/error.h>, on error.