[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20160929121713.GO19539@ZenIV.linux.org.uk>
Date: Thu, 29 Sep 2016 13:17:13 +0100
From: Al Viro <viro@...IV.linux.org.uk>
To: Anton Altaparmakov <anton@...era.com>
Cc: linux-fsdevel <linux-fsdevel@...r.kernel.org>,
Linux Kernel Mailing List <linux-kernel@...r.kernel.org>
Subject: Re: Race condition between iget_locked() and evict_inodes()
On Thu, Sep 29, 2016 at 11:53:21AM +0000, Anton Altaparmakov wrote:
> Thus if the events happen in this order:
>
> evict_inodes() iget_locked() in find_inode_fast()
... you are buggered, because somebody is trying to grab a reference
to inode on a filesystem that is being shut down. Look at evict_inode()
caller...
Powered by blists - more mailing lists