Re: [PATCH 1/2] fs: reorganize path_openat()

From: stsp
Date: Wed Apr 24 2024 - 05:25:11 EST


24.04.2024 12:17, David Laight пишет:
From: Stas Sergeev
Sent: 22 April 2024 09:45
I seem to have 5 copies of this patch.....

Yep, its re-sent with every new iteartion,
but doesn't change by itself (the other
one changes).
Is there anything I can do to avoid
unneeded duplicates of an unchanged
patch?
Manually reduce Cc list until the patch
changes? That looks too much of a trouble
though.

You probably ought to merge the two 'unlikely' tests.

Ok.


Copying op->open_flag to a local may also generate better code.

Can't gcc deduce this on its own?
But ok, will do.