From: Steve French Date: Mon, 1 Aug 2022 06:36:46 +0000 (-0500) Subject: cifs: trivial style fixup X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=97b82c07c4217260e448ef774e6099abf608bd1d;p=linux.git cifs: trivial style fixup missing blank line after declaration Signed-off-by: Steve French --- diff --git a/fs/cifs/file.c b/fs/cifs/file.c index 967663ad63a0f..a592fdf043136 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) {