diff options
Diffstat (limited to 'fs/cifs/connect.c')
-rw-r--r-- | fs/cifs/connect.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/cifs/connect.c b/fs/cifs/connect.c index a763cd3d9e7c..6f62ac821a84 100644 --- a/fs/cifs/connect.c +++ b/fs/cifs/connect.c | |||
@@ -3630,7 +3630,7 @@ try_mount_again: | |||
3630 | cifs_sb->rsize = server->ops->negotiate_rsize(tcon, volume_info); | 3630 | cifs_sb->rsize = server->ops->negotiate_rsize(tcon, volume_info); |
3631 | 3631 | ||
3632 | /* tune readahead according to rsize */ | 3632 | /* tune readahead according to rsize */ |
3633 | cifs_sb->bdi.ra_pages = cifs_sb->rsize / PAGE_CACHE_SIZE; | 3633 | cifs_sb->bdi.ra_pages = cifs_sb->rsize / PAGE_SIZE; |
3634 | 3634 | ||
3635 | remote_path_check: | 3635 | remote_path_check: |
3636 | #ifdef CONFIG_CIFS_DFS_UPCALL | 3636 | #ifdef CONFIG_CIFS_DFS_UPCALL |