From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-qt0-f175.google.com ([209.85.216.175]:35796 "EHLO mail-qt0-f175.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751997AbdEPKIY (ORCPT ); Tue, 16 May 2017 06:08:24 -0400 Received: by mail-qt0-f175.google.com with SMTP id v27so101423398qtg.2 for ; Tue, 16 May 2017 03:08:23 -0700 (PDT) Message-ID: <1494929301.2852.1.camel@redhat.com> Subject: Re: rewrite file locking compat syscalls From: Jeff Layton To: Christoph Hellwig , bfields@fieldses.org Cc: linux-fsdevel@vger.kernel.org Date: Tue, 16 May 2017 06:08:21 -0400 In-Reply-To: <20170515203306.26336-1-hch@lst.de> References: <20170515203306.26336-1-hch@lst.de> Content-Type: text/plain; charset="UTF-8" Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Sender: linux-fsdevel-owner@vger.kernel.org List-ID: On Mon, 2017-05-15 at 22:33 +0200, Christoph Hellwig wrote: > Export proper lowlevel helper and use them from the compat code instead > of playing set_fs games. > Looks good -- nice cleanup...and yeah, ISTR that I broke ARM when merging the OFD lock code because I screwed up the set_fs calls. So, I'm all for this change. Christoph, do you want me to plan to merge these for v4.13? If so, I'll get them into my linux-next branch soon so we can start testing them. Thanks, Reviewed-by: Jeff Layton