Skip to content

Commit f6225ee

Browse files
Zhang Zekuncmaiolino
authored andcommitted
xfs: Remove empty declartion in header file
The definition of xfs_attr_use_log_assist() has been removed since commit d9c61cc ("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 <[email protected]> Reviewed-by: Christoph Hellwig <[email protected]> Signed-off-by: Carlos Maiolino <[email protected]>
1 parent ae6f70c commit f6225ee

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

fs/xfs/xfs_log.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -158,6 +158,4 @@ bool xfs_log_check_lsn(struct xfs_mount *, xfs_lsn_t);
158158

159159
bool xlog_force_shutdown(struct xlog *log, uint32_t shutdown_flags);
160160

161-
int xfs_attr_use_log_assist(struct xfs_mount *mp);
162-
163161
#endif /* __XFS_LOG_H__ */

0 commit comments

Comments
 (0)