Re: synchronize_rcu vs. rcu_barrier

2005-08-07 Thread Keenan Pepper
What's the difference between synchronize_rcu() and rcu_barrier() (new 
function used only by reiser4 code)? From the scant documentation it 
seems like they do the same thing.


I'm now happily running 2.6.13-rc4-rt-v0.7.52-14-reiser4 which I compiled by 
adding

#define rcu_barrier synchronize_rcu

so there must not be that much difference =) (at least on UP, that is).

Keenan
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


synchronize_rcu vs. rcu_barrier

2005-08-07 Thread Keenan Pepper
What's the difference between synchronize_rcu() and rcu_barrier() (new function 
used only by reiser4 code)? From the scant documentation it seems like they do 
the same thing.


Keenan
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


synchronize_rcu vs. rcu_barrier

2005-08-07 Thread Keenan Pepper
What's the difference between synchronize_rcu() and rcu_barrier() (new function 
used only by reiser4 code)? From the scant documentation it seems like they do 
the same thing.


Keenan
-
To unsubscribe from this list: send the line unsubscribe linux-kernel in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


Re: synchronize_rcu vs. rcu_barrier

2005-08-07 Thread Keenan Pepper
What's the difference between synchronize_rcu() and rcu_barrier() (new 
function used only by reiser4 code)? From the scant documentation it 
seems like they do the same thing.


I'm now happily running 2.6.13-rc4-rt-v0.7.52-14-reiser4 which I compiled by 
adding

#define rcu_barrier synchronize_rcu

so there must not be that much difference =) (at least on UP, that is).

Keenan
-
To unsubscribe from this list: send the line unsubscribe linux-kernel in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/