diff options
author | Steve French <stfrench@microsoft.com> | 2022-08-01 01:36:46 -0500 |
---|---|---|
committer | Steve French <stfrench@microsoft.com> | 2022-08-01 01:37:38 -0500 |
commit | 97b82c07c4217260e448ef774e6099abf608bd1d (patch) | |
tree | 980bfa1afccbbeb2475e54ced457fb5cc45e04df /fs/cifs/file.c | |
parent | aea02fc40a7fa6ac2c16e3c3a6f1d0fd7e6faaba (diff) | |
download | linux-97b82c07c4217260e448ef774e6099abf608bd1d.tar.gz linux-97b82c07c4217260e448ef774e6099abf608bd1d.tar.bz2 linux-97b82c07c4217260e448ef774e6099abf608bd1d.zip |
cifs: trivial style fixup
missing blank line after declaration
Signed-off-by: Steve French <stfrench@microsoft.com>
Diffstat (limited to 'fs/cifs/file.c')
-rw-r--r-- | fs/cifs/file.c | 1 |
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) { |