mbox series

[0/2] minor cleanups for device close and free functions

Message ID cover.1680619177.git.anand.jain@oracle.com (mailing list archive)
Headers show
Series minor cleanups for device close and free functions | expand

Message

Anand Jain April 4, 2023, 2:55 p.m. UTC
This patch series includes fixes for minor issues identified in the
btrfs_close_one_device() and btrfs_free_device() functions.

Anand Jain (2):
  btrfs: warn for any missed cleanup at btrfs_close_one_device
  btrfs: remove redundant release of alloc_state

 fs/btrfs/volumes.c | 9 ++++-----
 1 file changed, 4 insertions(+), 5 deletions(-)

Comments

David Sterba April 5, 2023, 5:41 p.m. UTC | #1
On Tue, Apr 04, 2023 at 10:55:10PM +0800, Anand Jain wrote:
> This patch series includes fixes for minor issues identified in the
> btrfs_close_one_device() and btrfs_free_device() functions.
> 
> Anand Jain (2):
>   btrfs: warn for any missed cleanup at btrfs_close_one_device
>   btrfs: remove redundant release of alloc_state

Added to misc-next, thanks.