aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_vfsops.c
diff options
context:
space:
mode:
Diffstat (limited to 'fs/xfs/xfs_vfsops.c')
-rw-r--r--fs/xfs/xfs_vfsops.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/fs/xfs/xfs_vfsops.c b/fs/xfs/xfs_vfsops.c
index ba8f7a3e4028..4a27648b5446 100644
--- a/fs/xfs/xfs_vfsops.c
+++ b/fs/xfs/xfs_vfsops.c
@@ -572,6 +572,7 @@ xfs_unmount(
572 rip = mp->m_rootip; 572 rip = mp->m_rootip;
573 rvp = XFS_ITOV(rip); 573 rvp = XFS_ITOV(rip);
574 574
575#ifdef HAVE_DMAPI
575 if (vfsp->vfs_flag & VFS_DMI) { 576 if (vfsp->vfs_flag & VFS_DMI) {
576 error = XFS_SEND_PREUNMOUNT(mp, vfsp, 577 error = XFS_SEND_PREUNMOUNT(mp, vfsp,
577 rvp, DM_RIGHT_NULL, rvp, DM_RIGHT_NULL, 578 rvp, DM_RIGHT_NULL, rvp, DM_RIGHT_NULL,
@@ -584,7 +585,7 @@ xfs_unmount(
584 unmount_event_flags = (mp->m_dmevmask & (1<<DM_EVENT_UNMOUNT))? 585 unmount_event_flags = (mp->m_dmevmask & (1<<DM_EVENT_UNMOUNT))?
585 0 : DM_FLAGS_UNWANTED; 586 0 : DM_FLAGS_UNWANTED;
586 } 587 }
587 588#endif
588 /* 589 /*
589 * First blow any referenced inode from this file system 590 * First blow any referenced inode from this file system
590 * out of the reference cache, and delete the timer. 591 * out of the reference cache, and delete the timer.