diff options
| author | Zhang Zekun <zhangzekun11@huawei.com> | 2025-02-05 13:40:17 -0800 |
|---|---|---|
| committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2025-02-27 04:10:43 -0800 |
| commit | 5a9e3dbb0bf2529c69b675810f88c49f424acbe4 (patch) | |
| tree | 9e9ef1225f6aec8e74d53bffb34a51545877699e /fs | |
| parent | b5d917a6398714293960d7d538dbc0093807281a (diff) | |
| download | linux-5a9e3dbb0bf2529c69b675810f88c49f424acbe4.tar.gz linux-5a9e3dbb0bf2529c69b675810f88c49f424acbe4.tar.bz2 linux-5a9e3dbb0bf2529c69b675810f88c49f424acbe4.zip | |
xfs: Remove empty declartion in header file
commit f6225eebd76f371dab98b4d1c1a7c1e255190aef upstream.
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>
Signed-off-by: Catherine Hoang <catherine.hoang@oracle.com>
Acked-by: Darrick J. Wong <djwong@kernel.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'fs')
| -rw-r--r-- | fs/xfs/xfs_log.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/fs/xfs/xfs_log.h b/fs/xfs/xfs_log.h index 2728886c2963..8e0f52599d8d 100644 --- a/fs/xfs/xfs_log.h +++ b/fs/xfs/xfs_log.h @@ -161,6 +161,5 @@ bool xlog_force_shutdown(struct xlog *log, uint32_t shutdown_flags); void xlog_use_incompat_feat(struct xlog *log); void xlog_drop_incompat_feat(struct xlog *log); -int xfs_attr_use_log_assist(struct xfs_mount *mp); #endif /* __XFS_LOG_H__ */ |
