seqlock: Use seqcount infrastructure
authorThomas Gleixner <tglx@linutronix.de>
Sat, 16 Jul 2011 16:40:26 +0000 (18:40 +0200)
committerIngo Molnar <mingo@kernel.org>
Tue, 19 Feb 2013 07:43:34 +0000 (08:43 +0100)
commit6617feca15c68aad12f4a1edd8d8e2ef8d5b4ae5
treeda996f85d99a740ac4edf91cd0c5f55cb0e8e3b4
parent65c9d1bbc9f32c568a4f7ad154c9a10b0028df52
seqlock: Use seqcount infrastructure

No point in having different implementations for the same
thing. Change the macro mess to inline functions where possible.

Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
include/linux/seqlock.h