From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752064AbbKET0D (ORCPT ); Thu, 5 Nov 2015 14:26:03 -0500 Received: from mx1.redhat.com ([209.132.183.28]:52257 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750806AbbKET0A (ORCPT ); Thu, 5 Nov 2015 14:26:00 -0500 Organization: Red Hat UK Ltd. Registered Address: Red Hat UK Ltd, Amberley Place, 107-111 Peascod Street, Windsor, Berkshire, SI4 1TE, United Kingdom. Registered in England and Wales under Company Registration No. 3798903 From: David Howells In-Reply-To: <20151105181424.GD2213@birch.djwong.org> References: <20151105181424.GD2213@birch.djwong.org> <20151105144916.6333.58880.stgit@warthog.procyon.org.uk> To: "Darrick J. Wong" Cc: dhowells@redhat.com, tytso@mit.edu, kalpak@clusterfs.com, linux-fsdevel@vger.kernel.org, linux-ext4@vger.kernel.org, linux-kernel@vger.kernel.org, arnd@arndb.de Subject: Re: [PATCH] Ext4: Fix extended timestamp encoding and decoding MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-ID: <27716.1446751555.1@warthog.procyon.org.uk> Date: Thu, 05 Nov 2015 19:25:55 +0000 Message-ID: <27717.1446751555@warthog.procyon.org.uk> Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Darrick J. Wong wrote: > There's been a patch to fix this for a very long time: > http://thread.gmane.org/gmane.comp.file-systems.ext4/40978 So I see, though that patch doesn't also fix the encode case. David