From mboxrd@z Thu Jan 1 00:00:00 1970 From: Christoph Hellwig Subject: Re: [RFC PATCH v2 2/5] locks: rename locks_remove_flock to locks_remove_filp Date: Thu, 21 Nov 2013 09:35:49 -0800 Message-ID: <20131121173549.GB12032@infradead.org> References: <1384965906-27327-1-git-send-email-jlayton@redhat.com> <1384965906-27327-3-git-send-email-jlayton@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: linux-fsdevel@vger.kernel.org, linux-kernel@vger.kernel.org, nfs-ganesha-devel@lists.sourceforge.net, samba-technical@lists.samba.org To: Jeff Layton Return-path: Content-Disposition: inline In-Reply-To: <1384965906-27327-3-git-send-email-jlayton@redhat.com> Sender: linux-kernel-owner@vger.kernel.org List-Id: linux-fsdevel.vger.kernel.org On Wed, Nov 20, 2013 at 11:45:03AM -0500, Jeff Layton wrote: > This function currently removes leases in addition to flock locks, so > the name is misleading. Rename it to locks_remove_filp to indicate that > it removes locks that are associated with a particular filp. s/filp/file/ please.