From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Artem B. Bityuckiy" Subject: Re: [PATCH] VFS bugfix: two read_inode() calles without clear_inode() call between Date: Thu, 28 Apr 2005 11:32:08 +0400 Message-ID: <1114673528.3483.2.camel@sauron.oktetlabs.ru> References: <1114607741.12617.4.camel@sauron.oktetlabs.ru> <1114618748.12617.23.camel@sauron.oktetlabs.ru> Reply-To: dedekind@infradead.org Mime-Version: 1.0 Content-Type: text/plain Content-Transfer-Encoding: 7bit Cc: linux-kernel@vger.kernel.org, dwmw2@infradead.org, linux-fsdevel@vger.kernel.org, akpm@osdl.org Return-path: Received: from [213.170.72.194] ([213.170.72.194]:16601 "EHLO shelob.oktetlabs.ru") by vger.kernel.org with ESMTP id S262016AbVD1HcK (ORCPT ); Thu, 28 Apr 2005 03:32:10 -0400 To: Miklos Szeredi In-Reply-To: Sender: linux-fsdevel-owner@vger.kernel.org List-Id: linux-fsdevel.vger.kernel.org > Why do you need to move it from prune_icache() to dispose_list()? > For the hash list it's the right thing, but for sb_list it's not > needed, is it? Yes, it is not needed but harmless. I did it only because i_hash & i_sb_list insertions/deletions always come in couple. So I decided move them both, to be more consistent, to make code less complicated. If you regard this hazardous I might split these removals. But IMHO, my variant is a bit more pleasant. > Retest, and resend. Thanks. I assume I don't need to notify Andrew about the inconsistency in the old patch, or should I? -- Best Regards, Artem B. Bityuckiy, St.-Petersburg, Russia.