Skip to content

Commit

Permalink
cifs: trivial style fixup
Browse files Browse the repository at this point in the history
missing blank line after declaration

Signed-off-by: Steve French <stfrench@microsoft.com>
  • Loading branch information
Steve French committed Aug 1, 2022
1 parent aea02fc commit 97b82c0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions fs/cifs/file.c
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit 97b82c0

Please sign in to comment.