* [PATCH] xfs: Remove empty declartion in header file
@ 2024-09-06 6:02 Zhang Zekun
2024-09-10 8:07 ` Christoph Hellwig
2024-09-27 18:45 ` Carlos Maiolino
0 siblings, 2 replies; 3+ messages in thread
From: Zhang Zekun @ 2024-09-06 6:02 UTC (permalink / raw)
To: chandan.babu, djwong, linux-xfs; +Cc: chenjun102, zhangzekun11
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>
---
fs/xfs/xfs_log.h | 2 --
1 file changed, 2 deletions(-)
diff --git a/fs/xfs/xfs_log.h b/fs/xfs/xfs_log.h
index 67c539cc9305..13455854365f 100644
--- a/fs/xfs/xfs_log.h
+++ b/fs/xfs/xfs_log.h
@@ -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__ */
--
2.17.1
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [PATCH] xfs: Remove empty declartion in header file
2024-09-06 6:02 [PATCH] xfs: Remove empty declartion in header file Zhang Zekun
@ 2024-09-10 8:07 ` Christoph Hellwig
2024-09-27 18:45 ` Carlos Maiolino
1 sibling, 0 replies; 3+ messages in thread
From: Christoph Hellwig @ 2024-09-10 8:07 UTC (permalink / raw)
To: Zhang Zekun; +Cc: chandan.babu, djwong, linux-xfs, chenjun102
Looks good:
Reviewed-by: Christoph Hellwig <hch@lst.de>
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH] xfs: Remove empty declartion in header file
2024-09-06 6:02 [PATCH] xfs: Remove empty declartion in header file Zhang Zekun
2024-09-10 8:07 ` Christoph Hellwig
@ 2024-09-27 18:45 ` Carlos Maiolino
1 sibling, 0 replies; 3+ messages in thread
From: Carlos Maiolino @ 2024-09-27 18:45 UTC (permalink / raw)
To: chandan.babu, djwong, linux-xfs, Zhang Zekun; +Cc: chenjun102
On Fri, 06 Sep 2024 14:02:43 +0800, Zhang Zekun wrote:
> 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.
>
>
Applied to xfs-6.12-rc2, thanks!
[1/1] xfs: Remove empty declartion in header file
commit: 4cf4f2fca988b2aefd76bef8bcedd4e752387537
Best regards,
--
Carlos Maiolino <cem@kernel.org>
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2024-09-27 18:45 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-09-06 6:02 [PATCH] xfs: Remove empty declartion in header file Zhang Zekun
2024-09-10 8:07 ` Christoph Hellwig
2024-09-27 18:45 ` Carlos Maiolino
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox