Re: [race][RFC] d_flags use

2001-04-12 Thread Alexander Viro
On Thu, 12 Apr 2001, David S. Miller wrote: > > Alexander Viro writes: > > If nobody objects I'll go for test_bit/set_bit/clear_bit here. > > Be sure to make d_flags an unsigned long when you do this! :-) Oh, fsck... Thanks for reminder - I've completely forgotten about that.

Re: [race][RFC] d_flags use

2001-04-12 Thread David S. Miller
Alexander Viro writes: > If nobody objects I'll go for test_bit/set_bit/clear_bit here. Be sure to make d_flags an unsigned long when you do this! :-) Later, David S. Miller [EMAIL PROTECTED] - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to

[race][RFC] d_flags use

2001-04-12 Thread Alexander Viro
On Thu, 12 Apr 2001, Andreas Dilger wrote: > Al writes: > > We _have_ VM pressure there. However, such loads had never been used, so > > there's no wonder that system gets unbalanced under them. > > > > I suspect that simple replacement of goto next; with continue; in the > > fs/dcache.c::prun