mirror of
https://github.com/torvalds/linux.git
synced 2024-11-01 13:03:25 +01:00
xfs: Remove empty declartion in header file
The definition of xfs_attr_use_log_assist() has been removed since
commit d9c61ccb3b
("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>
This commit is contained in:
parent
ae6f70c667
commit
f6225eebd7
1 changed files with 0 additions and 2 deletions
|
@ -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__ */
|
||||
|
|
Loading…
Reference in a new issue