Re: [PATCH 0/5] v2 mm subsystem refcounter conversions

2017-06-27 Thread Andrew Morton
On Tue, 27 Jun 2017 14:48:42 +0300 Elena Reshetova wrote: > No changes in patches apart from trivial rebases, but now by > default refcount_t = atomic_t and uses all atomic standard operations > unless CONFIG_REFCOUNT_FULL is enabled. This is a compromize for the > systems that are critical on p

[PATCH 0/5] v2 mm subsystem refcounter conversions

2017-06-27 Thread Elena Reshetova
Changes in v2: No changes in patches apart from trivial rebases, but now by default refcount_t = atomic_t and uses all atomic standard operations unless CONFIG_REFCOUNT_FULL is enabled. This is a compromize for the systems that are critical on performance and cannot accept even slight delay on the