f2fs: send REQ_META or REQ_PRIO when reading meta area
Let's send REQ_META or REQ_PRIO when reading meta area such as NAT/SIT etc. Signed-off-by: Changman Lee <cm224.lee@samsung.com> Signed-off-by: Jaegeuk Kim <jaegeuk.kim@samsung.com>
This commit is contained in:

committed by
Jaegeuk Kim

parent
a709f4a2f2
commit
03232305ff
@@ -61,7 +61,7 @@ repeat:
|
||||
if (PageUptodate(page))
|
||||
goto out;
|
||||
|
||||
if (f2fs_readpage(sbi, page, index, READ_SYNC))
|
||||
if (f2fs_readpage(sbi, page, index, READ_SYNC | REQ_META | REQ_PRIO))
|
||||
goto repeat;
|
||||
|
||||
lock_page(page);
|
||||
|
Reference in New Issue
Block a user