Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
f2fs: add address space operations for data
This adds address space operations for data. - F2FS supports readpages(), writepages(), and direct_IO(). - Because of out-of-place writes, f2fs_direct_IO() does not write data in place. Signed-off-by: Jaegeuk Kim <jaegeuk.kim@samsung.com>
- Loading branch information