mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-04-29 05:52:38 -04:00
cifs: trivial style fixup
missing blank line after declaration Signed-off-by: Steve French <stfrench@microsoft.com>
This commit is contained in:
@@ -4456,6 +4456,7 @@ static void cifs_readahead(struct readahead_control *ractl)
|
||||
* by the cache.
|
||||
*/
|
||||
struct folio *folio = readahead_folio(ractl);
|
||||
|
||||
last_batch_size = folio_nr_pages(folio);
|
||||
if (cifs_readpage_from_fscache(ractl->mapping->host,
|
||||
&folio->page) < 0) {
|
||||
|
||||
Reference in New Issue
Block a user