diff options
author | Zhang Zekun <zhangzekun11@huawei.com> | 2024-09-06 09:02:43 +0300 |
---|---|---|
committer | Carlos Maiolino <cem@kernel.org> | 2024-10-07 09:00:11 +0300 |
commit | f6225eebd76f371dab98b4d1c1a7c1e255190aef (patch) | |
tree | 9c539298b3f0beabc7675c3ecb631bcb679211ae /fs/xfs | |
parent | ae6f70c66748640739356bb1938dbdbc9e42eb44 (diff) | |
download | linux-f6225eebd76f371dab98b4d1c1a7c1e255190aef.tar.xz |
xfs: Remove empty declartion in header file
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>
Diffstat (limited to 'fs/xfs')
-rw-r--r-- | fs/xfs/xfs_log.h | 2 |
1 files changed, 0 insertions, 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__ */ |