Removed pointless / duplicated call to trim_map_first.

MFC after:	1 month
X-MFC-With:	r265152
This commit is contained in:
Steven Hartland 2014-05-02 09:31:21 +00:00
parent 5ff85f902b
commit 10138166cf
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=265218

View file

@ -490,7 +490,6 @@ trim_map_vdev_commit(spa_t *spa, zio_t *zio, vdev_t *vd)
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);
}