All of lore.kernel.org
 help / color / mirror / Atom feed
* + remove-bdi_congested-and-wb_congested-and-related-functions-fix-2.patch added to -mm tree
@ 2022-02-07 21:00 Andrew Morton
  2022-02-07 22:51 ` Stephen Rothwell
  0 siblings, 1 reply; 2+ messages in thread
From: Andrew Morton @ 2022-02-07 21:00 UTC (permalink / raw)
  To: mm-commits, sfr, neilb, jack, colin.i.king, akpm


The patch titled
     Subject: ext2: remove unused pointer bdi
has been added to the -mm tree.  Its filename is
     remove-bdi_congested-and-wb_congested-and-related-functions-fix-2.patch

This patch should soon appear at
    https://ozlabs.org/~akpm/mmots/broken-out/remove-bdi_congested-and-wb_congested-and-related-functions-fix-2.patch
and later at
    https://ozlabs.org/~akpm/mmotm/broken-out/remove-bdi_congested-and-wb_congested-and-related-functions-fix-2.patch

Before you just go and hit "reply", please:
   a) Consider who else should be cc'ed
   b) Prefer to cc a suitable mailing list as well
   c) Ideally: find the original patch on the mailing list and do a
      reply-to-all to that, adding suitable additional cc's

*** Remember to use Documentation/process/submit-checklist.rst when testing your code ***

The -mm tree is included into linux-next and is updated
there every 3-4 working days

------------------------------------------------------
From: Colin Ian King <colin.i.king@gmail.com>
Subject: ext2: remove unused pointer bdi

The call to bdi_congested has been removed and so the bdi pointer is no
longer required.  Remove it.

Link: https://lkml.kernel.org/r/20220207134039.337197-1-colin.i.king@gmail.com
Fixes: 9bbab3a63d49 ("mm/fs: remove bdi_congested() and wb_congested() and related functions")
Signed-off-by: Colin Ian King <colin.i.king@gmail.com>
Cc: NeilBrown <neilb@suse.de>
Cc: Jan Kara <jack@suse.cz>
Cc: Stephen Rothwell <sfr@canb.auug.org.au>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
---

 fs/ext2/ialloc.c |    3 ---
 1 file changed, 3 deletions(-)

--- a/fs/ext2/ialloc.c~remove-bdi_congested-and-wb_congested-and-related-functions-fix-2
+++ a/fs/ext2/ialloc.c
@@ -170,9 +170,6 @@ static void ext2_preread_inode(struct in
 	unsigned long offset;
 	unsigned long block;
 	struct ext2_group_desc * gdp;
-	struct backing_dev_info *bdi;
-
-	bdi = inode_to_bdi(inode);
 
 	block_group = (inode->i_ino - 1) / EXT2_INODES_PER_GROUP(inode->i_sb);
 	gdp = ext2_get_group_desc(inode->i_sb, block_group, NULL);
_

Patches currently in -mm which might be from colin.i.king@gmail.com are

remove-bdi_congested-and-wb_congested-and-related-functions-fix-2.patch


^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: + remove-bdi_congested-and-wb_congested-and-related-functions-fix-2.patch added to -mm tree
  2022-02-07 21:00 + remove-bdi_congested-and-wb_congested-and-related-functions-fix-2.patch added to -mm tree Andrew Morton
@ 2022-02-07 22:51 ` Stephen Rothwell
  0 siblings, 0 replies; 2+ messages in thread
From: Stephen Rothwell @ 2022-02-07 22:51 UTC (permalink / raw)
  To: Andrew Morton; +Cc: mm-commits, neilb, jack, colin.i.king

[-- Attachment #1: Type: text/plain, Size: 369 bytes --]

Hi Andrew,

On Mon, 07 Feb 2022 13:00:21 -0800 Andrew Morton <akpm@linux-foundation.org> wrote:
>
> The patch titled
>      Subject: ext2: remove unused pointer bdi
> has been added to the -mm tree.  Its filename is
>      remove-bdi_congested-and-wb_congested-and-related-functions-fix-2.patch

Applied to linux-next today.

-- 
Cheers,
Stephen Rothwell

[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 488 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-02-07 22:51 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-02-07 21:00 + remove-bdi_congested-and-wb_congested-and-related-functions-fix-2.patch added to -mm tree Andrew Morton
2022-02-07 22:51 ` Stephen Rothwell

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.