projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
aea02fc
)
cifs: trivial style fixup
author
Steve French
<stfrench@microsoft.com>
Mon, 1 Aug 2022 06:36:46 +0000
(
01:36
-0500)
committer
Steve French
<stfrench@microsoft.com>
Mon, 1 Aug 2022 06:37:38 +0000
(
01:37
-0500)
missing blank line after declaration
Signed-off-by: Steve French <stfrench@microsoft.com>
fs/cifs/file.c
patch
|
blob
|
history
diff --git
a/fs/cifs/file.c
b/fs/cifs/file.c
index 967663ad63a0f9e0f87654f5b0c9855ecd0e28a5..a592fdf043136b3c3c91d022f61549982cd92607 100644
(file)
--- 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) {