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>
Showing
fs/f2fs/data.c
0 → 100644
This diff is collapsed.
Please register or sign in to comment