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 Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id B001DC32772 for ; Wed, 17 Aug 2022 19:01:04 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S241337AbiHQTBB (ORCPT ); Wed, 17 Aug 2022 15:01:01 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:54602 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S241336AbiHQTA5 (ORCPT ); Wed, 17 Aug 2022 15:00:57 -0400 Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [170.10.133.124]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 29294883DC for ; Wed, 17 Aug 2022 12:00:57 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1660762856; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=JBiW69nYfb0RDezsv64U04DtNtYj2TKxdgfkfUJl7Qw=; b=ZC+AuEOjClJqLYL+XBh8uVFVuUcKVk5c3M/P/0q6GbArS+h5sKZFzx28jPQOWjT/ngkUT+ IxPP9aZ0jbpZlN/v1CId5Tq83i2+3GLfXDpAHno0jJAIV3U4NV4r0c/WbZLiq+knvJl9m4 SnQZECxJld7d5yF3kArs6gtSBX377lk= Received: from mimecast-mx02.redhat.com (mimecast-mx02.redhat.com [66.187.233.88]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id us-mta-260-8DMa6IATPiKdWcVExtn0HA-1; Wed, 17 Aug 2022 15:00:50 -0400 X-MC-Unique: 8DMa6IATPiKdWcVExtn0HA-1 Received: from smtp.corp.redhat.com (int-mx08.intmail.prod.int.rdu2.redhat.com [10.11.54.8]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx02.redhat.com (Postfix) with ESMTPS id 4845310B959E; Wed, 17 Aug 2022 19:00:39 +0000 (UTC) Received: from warthog.procyon.org.uk (unknown [10.33.36.72]) by smtp.corp.redhat.com (Postfix) with ESMTP id 4B659C15BBA; Wed, 17 Aug 2022 19:00:38 +0000 (UTC) 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: <166076168742.3677624.2936950729624462101.stgit@warthog.procyon.org.uk> References: <166076168742.3677624.2936950729624462101.stgit@warthog.procyon.org.uk> To: jlayton@kernel.org Cc: dhowells@redhat.com, Kuniyuki Iwashima , Chuck Lever , Marc Dionne , linux-afs@lists.infradead.org, linux-fsdevel@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH v2] locks: Fix dropped call to ->fl_release_private() MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-ID: <3718462.1660762837.1@warthog.procyon.org.uk> Content-Transfer-Encoding: quoted-printable Date: Wed, 17 Aug 2022 20:00:37 +0100 Message-ID: <3718464.1660762837@warthog.procyon.org.uk> X-Scanned-By: MIMEDefang 2.85 on 10.11.54.8 Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org David Howells wrote: > Fixes: 4149be7bda7e ("fs/lock: Don't allocate file_lock in flock_make_lo= ck().") > cc: Kuniyuki Iwashima > cc: Chuck Lever > cc: Jeff Layton > cc: Marc Dionne > cc: linux-afs@lists.infradead.org > cc: linux-fsdevel@vger.kernel.org > Link: https://lore.kernel.org/r/166075758809.3532462.1330793558877758753= 6.stgit@warthog.procyon.org.uk/ # v1 I forgot: Signed-off-by: David Howells