From 97b82c07c4217260e448ef774e6099abf608bd1d Mon Sep 17 00:00:00 2001 From: Steve French Date: Mon, 1 Aug 2022 01:36:46 -0500 Subject: cifs: trivial style fixup missing blank line after declaration Signed-off-by: Steve French --- fs/cifs/file.c | 1 + 1 file changed, 1 insertion(+) (limited to 'fs/cifs') diff --git a/fs/cifs/file.c b/fs/cifs/file.c index 967663ad63a0..a592fdf04313 100644 --- a/fs/cifs/file.c +++ b/fs/cifs/file.c @@ -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) { -- cgit v1.2.3