From mboxrd@z Thu Jan 1 00:00:00 1970 From: Eric Paris Subject: Re: [PATCH 0/14] fsnotify: simplify locking Date: Wed, 19 Jan 2011 12:12:51 -0500 Message-ID: <1295457172.21577.19.camel@localhost.localdomain> References: <1295455337-20219-1-git-send-email-LinoSanfilippo@gmx.de> Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit Cc: linux-kernel@vger.kernel.org, linux-fsdevel@vger.kernel.org, viro@zeniv.linux.org.uk To: Lino Sanfilippo Return-path: In-Reply-To: <1295455337-20219-1-git-send-email-LinoSanfilippo@gmx.de> Sender: linux-kernel-owner@vger.kernel.org List-Id: linux-fsdevel.vger.kernel.org On Wed, 2011-01-19 at 17:42 +0100, Lino Sanfilippo wrote: > The main goal of these patches is to change the locking order to > > group->mark_lock > inode->i_lock > mark->lock There was a LOT of thought that went into the object locking and lifetime to make sure it was safe, but I agree it is, ummm, complex. I'll look at these patches but offhand I seem to recall that (by definition) inode->i_lock was always supposed to be the smallest lock ever held. I added Al a VFS guy, who might veto these patches just on that alone...... -Eric