On Sun, 3 Nov 2013 05:14:38 -0500 Jeff Layton <jlayton@xxxxxxxxxx> wrote: > On Sun, 3 Nov 2013 02:23:29 +0000 > "Myklebust, Trond" <Trond.Myklebust@xxxxxxxxxx> wrote: > > > > > On Nov 2, 2013, at 6:57, Jeff Layton <jlayton@xxxxxxxxxx> wrote: > > > > > Currently, we fetch the security label when revalidating an inode's > > > attributes, but don't apply it. This is in contrast to the readdir() > > > codepath where we do apply label changes. > > > > OK. Why should we not just throw out the code that fetches the security label here? > > > > IOW: what is the caching model that is being implemented in this patch; is it just “fetch label at random intervals” or is there real method to the madness? > > > > Trond > > I think that we should apply the new security label as soon as we > realize that it has changed. Why should we treat the security label > differently from any other inode attribute (e.g. ownership or mode)? > Ok, I think I understand what you're getting at now that I've had a cup of coffee ;) I guess you're pointing out a problem with the overall model, given that the current implementation doesn't send anything in the RPC to denote the security context of the client's task? It's a fair point, and not one I have a great answer for. I think that you're correct that for the most part that they won't change. But when they do, what's to be gained by ignoring that? They'll never be permanent anyway...as soon as the inode gets tossed out of the cache or the client reboots then you'll see the change on the next access of it. -- Jeff Layton <jlayton@xxxxxxxxxx> -- To unsubscribe from this list: send the line "unsubscribe linux-nfs" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html