summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteve French <stfrench@microsoft.com>2022-08-01 01:36:46 -0500
committerSteve French <stfrench@microsoft.com>2022-08-01 01:37:38 -0500
commit97b82c07c4217260e448ef774e6099abf608bd1d (patch)
tree980bfa1afccbbeb2475e54ced457fb5cc45e04df
parentaea02fc40a7fa6ac2c16e3c3a6f1d0fd7e6faaba (diff)
cifs: trivial style fixup
missing blank line after declaration Signed-off-by: Steve French <stfrench@microsoft.com>
-rw-r--r--fs/cifs/file.c1
1 files changed, 1 insertions, 0 deletions
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) {