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

2014-11-08 Thread Omar Sandoval
On Sat, Nov 08, 2014 at 08:13:37AM -0800, Joe Perches wrote: > On Sat, 2014-11-08 at 00:46 -0800, Omar Sandoval wrote: > > 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

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

2014-11-08 Thread Joe Perches
On Sat, 2014-11-08 at 00:46 -0800, Omar Sandoval wrote: > 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. Some more trivia, can be updated later if des