On Sun, 17 Jul 2011, Linus Torvalds wrote: > > So I claim that your patch changes *way* more than mine does. I think > I'd prefer Hugh's over that one. I still think that right now, my > one-liner is actually the one that changes things the least (and I > don't mean in size of patch, but in behavior and logic). A quick audit of .d_iputs suggests that they're all okay with yours; but it only needs one of them to say BUG_ON(dentry->d_inode) for no good reason, and the fix becomes much more dangerous than the tiny race it's trying to fix. I've entirely failed to reproduce the issue since I sent you the patch: the last time I saw it was a couple of hours before sending the patch, and that was the first time in weeks (partly because of vacation). It's now looking as if I was just lucky to get it in hours that time. I'm thinking there's some other factor, which I know nothing about, which opens the window to make this issue more than theoretical. I may be forced to opening the window artificially to get it to happen often enough to even begin to verify that your patch, or Al's, or mine, does not blow up in some unforeseen way. And I'm unlikely to be testing filesystem dentry_iputs at all. Your patch remains my preference, but given Al's uneasiness, my vote remains to make no change now for 3.0, but put yours in early for 3.1-rc. Hugh -- To unsubscribe from this list: send the line "unsubscribe linux-fsdevel" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html