From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Date: Mon, 18 Sep 2017 16:47:45 -0700 From: Christoph Hellwig To: Waiman Long Cc: Jens Axboe , Steven Rostedt , Ingo Molnar , linux-kernel@vger.kernel.org, linux-fsdevel@vger.kernel.org, linux-block@vger.kernel.org, linux-nilfs@vger.kernel.org, cluster-devel@redhat.com, Bart Van Assche Subject: Re: [PATCH v6 2/2] block_dev: Rename bd_fsfreeze_mutex Message-ID: <20170918234745.GA8600@infradead.org> References: <1505760831-7747-1-git-send-email-longman@redhat.com> <1505760831-7747-3-git-send-email-longman@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1505760831-7747-3-git-send-email-longman@redhat.com> Sender: linux-kernel-owner@vger.kernel.org List-ID: Don't rename it to a way to long name. Either add a separate mutex for your purpose (unless there is interaction between freezing and blktrace, which I doubt), or properly comment the usage.