From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-2.2 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,USER_AGENT_SANE_1 autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 04CBEC43603 for ; Mon, 9 Dec 2019 00:48:33 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id D896A206D5 for ; Mon, 9 Dec 2019 00:48:32 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726795AbfLIAs2 (ORCPT ); Sun, 8 Dec 2019 19:48:28 -0500 Received: from zeniv.linux.org.uk ([195.92.253.2]:42096 "EHLO ZenIV.linux.org.uk" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726422AbfLIAs2 (ORCPT ); Sun, 8 Dec 2019 19:48:28 -0500 Received: from viro by ZenIV.linux.org.uk with local (Exim 4.92.3 #3 (Red Hat Linux)) id 1ie7Do-0006tf-V9; Mon, 09 Dec 2019 00:48:21 +0000 Date: Mon, 9 Dec 2019 00:48:20 +0000 From: Al Viro To: Deepa Dinamani Cc: Linux Kernel Mailing List , Andrew Morton , Linux FS-devel Mailing List , Arnd Bergmann , ceph-devel , OGAWA Hirofumi , Jeff Layton , CIFS , linux-mtd , Richard Weinberger , Steve French Subject: Re: [PATCH v2 0/6] Delete timespec64_trunc() Message-ID: <20191209004820.GZ4203@ZenIV.linux.org.uk> References: <20191203051945.9440-1-deepa.kernel@gmail.com> <20191207060201.GN4203@ZenIV.linux.org.uk> <20191208030407.GO4203@ZenIV.linux.org.uk> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20191208030407.GO4203@ZenIV.linux.org.uk> User-Agent: Mutt/1.12.1 (2019-06-15) Sender: linux-fsdevel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-fsdevel@vger.kernel.org On Sun, Dec 08, 2019 at 03:04:07AM +0000, Al Viro wrote: > OK... I've tossed a followup removing the truncation from kernfs; > the whole series looks reasonably safe, but I don't think it's urgent > enough to even try getting it merged before -rc1. So here's what > I'm going to do: immediately after -rc1 it gets renamed[*] to #imm.timestamp, > which will be in the never-modified mode, in #for-next from the very > begining and safe for other trees to pull. Rebased to -rc1, pushed out as #imm.timestamp, included into #for-next. Never-modified mode...