Commit 97b82c07 authored by Steve French's avatar Steve French

cifs: trivial style fixup

missing blank line after declaration
Signed-off-by: default avatarSteve French <stfrench@microsoft.com>
parent aea02fc4
...@@ -4456,6 +4456,7 @@ static void cifs_readahead(struct readahead_control *ractl) ...@@ -4456,6 +4456,7 @@ static void cifs_readahead(struct readahead_control *ractl)
* by the cache. * by the cache.
*/ */
struct folio *folio = readahead_folio(ractl); struct folio *folio = readahead_folio(ractl);
last_batch_size = folio_nr_pages(folio); last_batch_size = folio_nr_pages(folio);
if (cifs_readpage_from_fscache(ractl->mapping->host, if (cifs_readpage_from_fscache(ractl->mapping->host,
&folio->page) < 0) { &folio->page) < 0) {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment