Re: [PATCH v2 2/3] ntfs: avoid heap allocation for free-cluster readahead state

From: Namjae Jeon

Date: Thu May 21 2026 - 08:30:50 EST


> /*
> * Convert the number of bits into bytes rounded up, then convert into
> @@ -1985,7 +1981,7 @@ s64 get_nr_free_clusters(struct ntfs_volume *vol)
> * Get folio from page cache, getting it from backing store
> * if necessary, and increment the use count.
> */
> - folio = ntfs_get_locked_folio(mapping, index, max_index, ra);
> + folio = ntfs_get_locked_folio(mapping, index, max_index, &ra);
This patch causes a build error when applied. Does it build
successfully for you?