mbox series

[for-next,0/3] Fix potential deadlock, types and typo in zoned series

Message ID 20210201085204.700090-1-naohiro.aota@wdc.com (mailing list archive)
Headers show
Series Fix potential deadlock, types and typo in zoned series | expand

Message

Naohiro Aota Feb. 1, 2021, 8:52 a.m. UTC
Hello David,

The kernel test bot, Julia and Anand reported a lock incorrectness, a type
mis-match and a typo.

Here are the fixes.

Naohiro Aota (3):
  btrfs: fix to return bool instead of int
  btrfs: properly unlock log_mutex in error case
  btrfs: fix a typo in comment

 fs/btrfs/tree-log.c | 1 +
 fs/btrfs/volumes.c  | 8 ++++----
 fs/btrfs/zoned.c    | 2 +-
 3 files changed, 6 insertions(+), 5 deletions(-)

Comments

David Sterba Feb. 1, 2021, 5:48 p.m. UTC | #1
On Mon, Feb 01, 2021 at 05:52:01PM +0900, Naohiro Aota wrote:
> Hello David,
> 
> The kernel test bot, Julia and Anand reported a lock incorrectness, a type
> mis-match and a typo.
> 
> Here are the fixes.
> 
> Naohiro Aota (3):
>   btrfs: fix to return bool instead of int
>   btrfs: properly unlock log_mutex in error case
>   btrfs: fix a typo in comment

Folded, thanks.