From mboxrd@z Thu Jan 1 00:00:00 1970 From: Christoph Hellwig Subject: Re: [PATCH] fs:update the NOTE of the file_operations structure Date: Mon, 18 Jul 2011 13:27:44 -0400 Message-ID: <20110718172744.GA15785@infradead.org> References: <1311009790-10312-1-git-send-email-wanlong.gao@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: linux-fsdevel@vger.kernel.org, linux-kernel@vger.kernel.org, Matthew Wilcox , Wanlong Gao To: Wanlong Gao Return-path: Content-Disposition: inline In-Reply-To: <1311009790-10312-1-git-send-email-wanlong.gao@gmail.com> Sender: linux-kernel-owner@vger.kernel.org List-Id: linux-fsdevel.vger.kernel.org > /* > * NOTE: > * all file operations except setlease can be called without > - * the big kernel lock held in all filesystems. > + * the special spin_lock file_lock_lock held in all filesystems. > */ > struct file_operations { > struct module *owner; I'd just remove the comment entirely.