Skip to content

Commit 97b82c0

Browse files
author
Steve French
committed
cifs: trivial style fixup
missing blank line after declaration Signed-off-by: Steve French <[email protected]>
1 parent aea02fc commit 97b82c0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

fs/cifs/file.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4456,6 +4456,7 @@ static void cifs_readahead(struct readahead_control *ractl)
44564456
* by the cache.
44574457
*/
44584458
struct folio *folio = readahead_folio(ractl);
4459+
44594460
last_batch_size = folio_nr_pages(folio);
44604461
if (cifs_readpage_from_fscache(ractl->mapping->host,
44614462
&folio->page) < 0) {

0 commit comments

Comments
 (0)