From mboxrd@z Thu Jan 1 00:00:00 1970 From: Christoph Hellwig Subject: Re: [RFC PATCH v2 1/5] locks: consolidate checks for compatible filp->f_mode values in setlk handlers Date: Thu, 21 Nov 2013 09:35:34 -0800 Message-ID: <20131121173534.GA12032@infradead.org> References: <1384965906-27327-1-git-send-email-jlayton@redhat.com> <1384965906-27327-2-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-2-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:02AM -0500, Jeff Layton wrote: > Add a wrapper around assign_type that does this instead of duplicating > this check in two places. This also fixes a minor wart in the code where > we continue referring to the struct flock after converting it to struct > file_lock. I don't think posix_assign_type is a good name for this helper, but as Bruce already pointed out more work is required in that area anyway.