]> git.ipfire.org Git - thirdparty/linux.git/blobdiff - fs/bcachefs/fs.c
Merge tag 'bcachefs-2023-11-5' of https://evilpiepirate.org/git/bcachefs
[thirdparty/linux.git] / fs / bcachefs / fs.c
index 8dbc848f25b878d065d2b74949c46ad13b6dda27..166d8d8abe683f1b05ddd0115763c79015208fa1 100644 (file)
@@ -1901,7 +1901,7 @@ got_sb:
                sb->s_flags     |= SB_POSIXACL;
 #endif
 
-       sb->s_shrink.seeks = 0;
+       sb->s_shrink->seeks = 0;
 
        vinode = bch2_vfs_inode_get(c, BCACHEFS_ROOT_SUBVOL_INUM);
        ret = PTR_ERR_OR_ZERO(vinode);