Subject: Re: kern/25279: NFS read doesn't update atime
To: Manuel Bouyer <bouyer@antioche.lip6.fr>
From: Chuck Silvers <chuq@chuq.com>
List: tech-kern
Date: 06/27/2005 10:00:52
what lock protects ip->i_flag?  it's current the VOP_LOCK(),
but we can't acquire that lock in VOP_GETPAGES() due to
lock-ordering constraints.

-Chuck