Loading fs/f2fs/super.c +6 −0 Original line number Diff line number Diff line Loading @@ -2734,6 +2734,12 @@ static ssize_t f2fs_quota_read(struct super_block *sb, int type, char *data, goto repeat; } /* * should never happen, just leave f2fs_bug_on() here to catch * any potential bug. */ f2fs_bug_on(F2FS_SB(sb), !folio_test_uptodate(folio)); memcpy_from_folio(data, folio, offset, tocopy); f2fs_folio_put(folio, true); Loading Loading
fs/f2fs/super.c +6 −0 Original line number Diff line number Diff line Loading @@ -2734,6 +2734,12 @@ static ssize_t f2fs_quota_read(struct super_block *sb, int type, char *data, goto repeat; } /* * should never happen, just leave f2fs_bug_on() here to catch * any potential bug. */ f2fs_bug_on(F2FS_SB(sb), !folio_test_uptodate(folio)); memcpy_from_folio(data, folio, offset, tocopy); f2fs_folio_put(folio, true); Loading