We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f57a3fe commit 34f853bCopy full SHA for 34f853b
fs/erofs/data.c
@@ -265,7 +265,7 @@ static inline struct bio *erofs_read_raw_page(struct bio *bio,
265
*/
266
static int erofs_raw_access_readpage(struct file *file, struct page *page)
267
{
268
- erofs_off_t last_block;
+ erofs_off_t uninitialized_var(last_block);
269
struct bio *bio;
270
271
trace_erofs_readpage(page, true);
@@ -285,7 +285,7 @@ static int erofs_raw_access_readpages(struct file *filp,
285
struct list_head *pages,
286
unsigned int nr_pages)
287
288
289
struct bio *bio = NULL;
290
gfp_t gfp = readahead_gfp_mask(mapping);
291
struct page *page = list_last_entry(pages, struct page, lru);
0 commit comments