From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bob Peterson Date: Fri, 14 Nov 2014 11:44:37 -0500 (EST) Subject: [Cluster-devel] [PATCH 1/2] fsck.gfs2: Improve reporting of pass timings In-Reply-To: <1415888374-23564-1-git-send-email-anprice@redhat.com> References: <1415888374-23564-1-git-send-email-anprice@redhat.com> Message-ID: <942083133.13636562.1415983477726.JavaMail.zimbra@redhat.com> List-Id: To: cluster-devel.redhat.com MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit ----- Original Message ----- > The days value is not currently reported in the pass timings but the > hours value is still reported modulo 24. Drop the use of gmtime(3) as > it's more appropriate for calendar time operations than elapsed time, > and add a simple duration reporting function which matches the existing > output format. > > Signed-off-by: Andrew Price > --- ACK Bob Peterson Red Hat File Systems