[Ocfs2-devel] [PATCH v2] filelock: move file locking definitions to separate header file

Russell King (Oracle) linux at armlinux.org.uk
Wed Jan 11 11:29:35 UTC 2023


On Thu, Jan 05, 2023 at 04:19:29PM -0500, Jeff Layton wrote:
> The file locking definitions have lived in fs.h since the dawn of time,
> but they are only used by a small subset of the source files that
> include it.
> 
> Move the file locking definitions to a new header file, and add the
> appropriate #include directives to the source files that need them. By
> doing this we trim down fs.h a bit and limit the amount of rebuilding
> that has to be done when we make changes to the file locking APIs.
> 
> Reviewed-by: Xiubo Li <xiubli at redhat.com>
> Reviewed-by: Christian Brauner (Microsoft) <brauner at kernel.org>
> Reviewed-by: Christoph Hellwig <hch at lst.de>
> Reviewed-by: David Howells <dhowells at redhat.com>
> Acked-by: Chuck Lever <chuck.lever at oracle.com>
> Acked-by: Joseph Qi <joseph.qi at linux.alibaba.com>
> Acked-by: Steve French <stfrench at microsoft.com>
> Signed-off-by: Jeff Layton <jlayton at kernel.org>
> ---
>  arch/arm/kernel/sys_oabi-compat.c |   1 +

For arm:

Reviewed-by: Russell King (Oracle) <rmk+kernel at armlinux.org.uk>

Thanks.

-- 
RMK's Patch system: https://www.armlinux.org.uk/developer/patches/
FTTP is here! 40Mbps down 10Mbps up. Decent connectivity at last!



More information about the Ocfs2-devel mailing list