svn commit: r276900 - stable/10/sys/cddl/contrib/opensolaris/uts/common/fs/zfs
Xin LI
delphij at FreeBSD.org
Sat Jan 10 01:05:13 UTC 2015
Author: delphij
Date: Sat Jan 10 01:05:12 2015
New Revision: 276900
URL: https://svnweb.freebsd.org/changeset/base/276900
Log:
MFC r265218 (smh):
Removed pointless / duplicated call to trim_map_first.
Modified:
stable/10/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/trim_map.c
Directory Properties:
stable/10/ (props changed)
Modified: stable/10/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/trim_map.c
==============================================================================
--- stable/10/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/trim_map.c Sat Jan 10 01:01:12 2015 (r276899)
+++ stable/10/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/trim_map.c Sat Jan 10 01:05:12 2015 (r276900)
@@ -488,7 +488,6 @@ trim_map_vdev_commit(spa_t *spa, zio_t *
zio_nowait(zio_trim(zio, spa, vd, offset, size));
mutex_enter(&tm->tm_lock);
- ts = trim_map_first(tm, txgtarget, txgsafe, timelimit);
}
mutex_exit(&tm->tm_lock);
}
More information about the svn-src-stable
mailing list