[PATCH] Move BTRFS RCU string to common library

2014-09-27 Thread Omar Sandoval
The RCU-friendly string API used internally by BTRFS is generic enough for common use. This doesn't add any new functionality, but instead just moves the code and documents the existing API. Signed-off-by: Omar Sandoval Reviewed-by: Josh Triplett Acked-by: Paul E. McKenney --- Version 4 doesn't

Re: [PATCH] Move BTRFS RCU string to common library

2014-09-18 Thread Mathieu Desnoyers
ot; , "Lai Jiangshan" > , > linux-kernel@vger.kernel.org > Sent: Thursday, September 18, 2014 5:28:11 AM > Subject: [PATCH] Move BTRFS RCU string to common library > > The RCU-friendy string API used internally by BTRFS is generic enough for > common use. This doesn&#x

[PATCH] Move BTRFS RCU string to common library

2014-09-18 Thread Omar Sandoval
The RCU-friendy string API used internally by BTRFS is generic enough for common use. This doesn't add any new functionality, but instead just moves the code and documents the existing API. Signed-off-by: Omar Sandoval --- This patch applies to 3.17-rc5. fs/btrfs/check-integrity.c | 6 ++-- fs