Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 11 Jun 2008 08:19:42 +0200
From:      Ian FREISLICH <ianf@clue.co.za>
To:        current@freebsd.org
Subject:   ufs/softupdates wierdness?
Message-ID:  <E1K6JgM-0000ef-8f@clue.co.za>

next in thread | raw e-mail | index | archive | help
Hi

I've noticed that with softupdates enabled the syncher modifies
file atime and mtime to the time that they're "synced", even though
the actual modify time was correctly recorded intially:

ls -lT *.rrd ; sleep 10 ; ls -lT *.rrd ; sync ; ls -lT *.rrd
-rw-r--r--  1 ianf  wheel  20184160 Jun 11 07:46:07 2008 10.19D24C010800.rrd
-rw-r--r--  1 ianf  wheel  20184160 Jun 11 07:46:07 2008 10.19D24C010800.rrd
-rw-r--r--  1 ianf  wheel  20184160 Jun 11 07:46:19 2008 10.19D24C010800.rrd

This last time in the listing time is the time that sync was executed.

Ian

--
Ian Freislich




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?E1K6JgM-0000ef-8f>