On Tue, Jan 12, 2021 at 12:47 PM Andrew Price <[email protected]> wrote: > Signed-off-by: Andrew Price <[email protected]> > --- > fs/gfs2/ops_fstype.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/fs/gfs2/ops_fstype.c b/fs/gfs2/ops_fstype.c > index 64ad19bb978c..5a0fde5e67d9 100644 > --- a/fs/gfs2/ops_fstype.c > +++ b/fs/gfs2/ops_fstype.c > @@ -180,7 +180,7 @@ static int gfs2_check_sb(struct gfs2_sbd *sdp, int silent) > > if (sb->sb_bsize < 512 || sb->sb_bsize > PAGE_SIZE || > (sb->sb_bsize & (sb->sb_bsize - 1))) { > - pr_warn("Invalid superblock size\n"); > + pr_warn("Invalid block size\n"); > return -EINVAL; > }
Added, thanks. Andreas
