]> git.ipfire.org Git - thirdparty/kernel/stable-queue.git/commitdiff
fix up nilfs patch
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 21 Feb 2024 10:16:24 +0000 (11:16 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 21 Feb 2024 10:16:24 +0000 (11:16 +0100)
queue-4.19/nilfs2-replace-warn_ons-for-invalid-dat-metadata-block-requests.patch
queue-5.4/nilfs2-replace-warn_ons-for-invalid-dat-metadata-block-requests.patch

index 90404dc64c9c2c5bd8bec68750de65c24141e834..e458904fc52a61c683e3c6d10a132db2feb6fe6d 100644 (file)
@@ -42,7 +42,7 @@ Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
 +      ret = nilfs_palloc_get_entry_block(dat, req->pr_entry_nr,
 +                                         create, &req->pr_entry_bh);
 +      if (unlikely(ret == -ENOENT)) {
-+              nilfs_err(dat->i_sb,
++              nilfs_error(dat->i_sb,
 +                        "DAT doesn't have a block to manage vblocknr = %llu",
 +                        (unsigned long long)req->pr_entry_nr);
 +              /*
index 90404dc64c9c2c5bd8bec68750de65c24141e834..e458904fc52a61c683e3c6d10a132db2feb6fe6d 100644 (file)
@@ -42,7 +42,7 @@ Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
 +      ret = nilfs_palloc_get_entry_block(dat, req->pr_entry_nr,
 +                                         create, &req->pr_entry_bh);
 +      if (unlikely(ret == -ENOENT)) {
-+              nilfs_err(dat->i_sb,
++              nilfs_error(dat->i_sb,
 +                        "DAT doesn't have a block to manage vblocknr = %llu",
 +                        (unsigned long long)req->pr_entry_nr);
 +              /*