aboutsummaryrefslogtreecommitdiffstats
path: root/fs/cifs
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 /fs/cifs
parentcifs: fix wrong unlock before return from cifs_tree_connect() (diff)
downloadlinux-dev-97b82c07c4217260e448ef774e6099abf608bd1d.tar.xz
linux-dev-97b82c07c4217260e448ef774e6099abf608bd1d.zip
cifs: trivial style fixup
missing blank line after declaration Signed-off-by: Steve French <stfrench@microsoft.com>
Diffstat (limited to 'fs/cifs')
-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) {