]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
xfs: Remove empty declartion in header file
authorZhang Zekun <zhangzekun11@huawei.com>
Fri, 6 Sep 2024 06:02:43 +0000 (14:02 +0800)
committerCarlos Maiolino <cem@kernel.org>
Mon, 7 Oct 2024 06:00:11 +0000 (08:00 +0200)
The definition of xfs_attr_use_log_assist() has been removed since
commit d9c61ccb3b09 ("xfs: move xfs_attr_use_log_assist out of xfs_log.c").
So, Remove the empty declartion in header files.

Signed-off-by: Zhang Zekun <zhangzekun11@huawei.com>
Reviewed-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Carlos Maiolino <cem@kernel.org>
fs/xfs/xfs_log.h

index 67c539cc9305c769a8597a5e87079911047d9543..13455854365fa3ced1d50d91cf558ac7a540bd48 100644 (file)
@@ -158,6 +158,4 @@ bool        xfs_log_check_lsn(struct xfs_mount *, xfs_lsn_t);
 
 bool     xlog_force_shutdown(struct xlog *log, uint32_t shutdown_flags);
 
-int xfs_attr_use_log_assist(struct xfs_mount *mp);
-
 #endif /* __XFS_LOG_H__ */