File tree Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -3282,7 +3282,7 @@ void f2fs_ra_node_page(struct f2fs_sb_info *sbi, nid_t nid);
3282
3282
struct page * f2fs_get_node_page (struct f2fs_sb_info * sbi , pgoff_t nid );
3283
3283
struct page * f2fs_get_node_page_ra (struct page * parent , int start );
3284
3284
int f2fs_move_node_page (struct page * node_page , int gc_type );
3285
- int f2fs_flush_inline_data (struct f2fs_sb_info * sbi );
3285
+ void f2fs_flush_inline_data (struct f2fs_sb_info * sbi );
3286
3286
int f2fs_fsync_node_pages (struct f2fs_sb_info * sbi , struct inode * inode ,
3287
3287
struct writeback_control * wbc , bool atomic ,
3288
3288
unsigned int * seq_id );
Original file line number Diff line number Diff line change @@ -1816,12 +1816,11 @@ static bool flush_dirty_inode(struct page *page)
1816
1816
return true;
1817
1817
}
1818
1818
1819
- int f2fs_flush_inline_data (struct f2fs_sb_info * sbi )
1819
+ void f2fs_flush_inline_data (struct f2fs_sb_info * sbi )
1820
1820
{
1821
1821
pgoff_t index = 0 ;
1822
1822
struct pagevec pvec ;
1823
1823
int nr_pages ;
1824
- int ret = 0 ;
1825
1824
1826
1825
pagevec_init (& pvec );
1827
1826
@@ -1860,7 +1859,6 @@ int f2fs_flush_inline_data(struct f2fs_sb_info *sbi)
1860
1859
pagevec_release (& pvec );
1861
1860
cond_resched ();
1862
1861
}
1863
- return ret ;
1864
1862
}
1865
1863
1866
1864
int f2fs_sync_node_pages (struct f2fs_sb_info * sbi ,
You can’t perform that action at this time.
0 commit comments