diff options
Diffstat (limited to 'fs/xfs/xfs_log.c')
| -rw-r--r-- | fs/xfs/xfs_log.c | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/xfs/xfs_log.c b/fs/xfs/xfs_log.c index 499e15b24215..3c216140a1c4 100644 --- a/fs/xfs/xfs_log.c +++ b/fs/xfs/xfs_log.c @@ -3829,7 +3829,7 @@ xlog_verify_iclog(  bool  xlog_force_shutdown(  	struct xlog	*log, -	int		shutdown_flags) +	uint32_t	shutdown_flags)  {  	bool		log_error = (shutdown_flags & SHUTDOWN_LOG_IO_ERROR);  | 
