Re: [PATCH] bcachefs: Remove duplicate condition in return statement

2025-02-22 Thread Kent Overstreet
On Sat, Feb 22, 2025 at 02:31:01PM +0100, Thorsten Blum wrote: > The last two conditions in the return statement are identical. Remove > one of them. > > Signed-off-by: Thorsten Blum > --- > fs/bcachefs/extents.h | 1 - > 1 file changed, 1 deletion(-) > > diff --git a/fs/bcachefs/extents.h b/fs

Re: [PATCH] bcachefs: Remove duplicate condition in return statement

2025-02-22 Thread Thorsten Blum
On 22. Feb 2025, at 15:05, Kent Overstreet wrote: > On Sat, Feb 22, 2025 at 02:31:01PM +0100, Thorsten Blum wrote: >> The last two conditions in the return statement are identical. Remove >> one of them. >> >> Signed-off-by: Thorsten Blum >> --- >> fs/bcachefs/extents.h | 1 - >> 1 file changed, 1

[PATCH] bcachefs: Remove duplicate condition in return statement

2025-02-22 Thread Thorsten Blum
The last two conditions in the return statement are identical. Remove one of them. Signed-off-by: Thorsten Blum --- fs/bcachefs/extents.h | 1 - 1 file changed, 1 deletion(-) diff --git a/fs/bcachefs/extents.h b/fs/bcachefs/extents.h index 620b284aa34f..8afcf2c75015 100644 --- a/fs/bcachefs/ext