diff options
Diffstat (limited to 'fs')
| -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 7812bd036e2b..503ea89e8b9a 100644 --- a/fs/xfs/xfs_log.c +++ b/fs/xfs/xfs_log.c @@ -1037,7 +1037,7 @@ xlog_iodone(xfs_buf_t *bp)  	 * layer, it means the underlyin device no longer supports  	 * barrier I/O. Warn loudly and turn off barriers.  	 */ -	if ((l->l_mp->m_flags & XFS_MOUNT_BARRIER) && !XFS_BUF_ORDERED(bp)) { +	if ((l->l_mp->m_flags & XFS_MOUNT_BARRIER) && !XFS_BUF_ISORDERED(bp)) {  		l->l_mp->m_flags &= ~XFS_MOUNT_BARRIER;  		xfs_fs_cmn_err(CE_WARN, l->l_mp,  				"xlog_iodone: Barriers are no longer supported"  | 
