Re: [PATCH 2/2] bcachefs: Remove spurious smp_mb()

2025-03-18 Thread Kent Overstreet
On Tue, Mar 18, 2025 at 03:50:01PM +0800, Alan Huang wrote: > The smp_mb() is paired with nothing. > > Signed-off-by: Alan Huang Applied > --- > fs/bcachefs/journal.c | 1 - > 1 file changed, 1 deletion(-) > > diff --git a/fs/bcachefs/journal.c b/fs/bcachefs/journal.c > index 8d4f3bfaa228..fc

[PATCH 2/2] bcachefs: Remove spurious smp_mb()

2025-03-18 Thread Alan Huang
The smp_mb() is paired with nothing. Signed-off-by: Alan Huang --- fs/bcachefs/journal.c | 1 - 1 file changed, 1 deletion(-) diff --git a/fs/bcachefs/journal.c b/fs/bcachefs/journal.c index 8d4f3bfaa228..fc15644c9f24 100644 --- a/fs/bcachefs/journal.c +++ b/fs/bcachefs/journal.c @@ -761,7 +761