zfs_putpages: actually update mtime and ctime

Reported by:	Paul Koch <paul.koch@akips.com>
Tested by:	Paul Koch <paul.koch@akips.com>
MFC after:	2 weeks
This commit is contained in:
avg 2014-12-02 11:44:56 +00:00
parent 84e2f9fb80
commit 926bdf39ae

View File

@ -5969,6 +5969,7 @@ top:
&zp->z_pflags, 8);
zfs_tstamp_update_setup(zp, CONTENT_MODIFIED, mtime, ctime,
B_TRUE);
(void)sa_bulk_update(zp->z_sa_hdl, bulk, count, tx);
zfs_log_write(zfsvfs->z_log, tx, TX_WRITE, zp, off, len, 0);
zfs_vmobject_wlock(object);