RE: [PATCH 0/2] fs, ceph filesystem refcount conversions

2017-04-20 Thread Reshetova, Elena
> On Thu, Apr 20, 2017 at 9:40 AM, Reshetova, Elena > wrote: > > > >> On Fri, Mar 3, 2017 at 10:15 AM, Elena Reshetova > >> wrote: > >> > Now when new refcount_t type and API are finally merged > >> > (see include/linux/refcount.h), the following > >> > patches convert various refcounters in th

Re: [PATCH 0/2] fs, ceph filesystem refcount conversions

2017-04-20 Thread Ilya Dryomov
On Thu, Apr 20, 2017 at 9:40 AM, Reshetova, Elena wrote: > >> On Fri, Mar 3, 2017 at 10:15 AM, Elena Reshetova >> wrote: >> > Now when new refcount_t type and API are finally merged >> > (see include/linux/refcount.h), the following >> > patches convert various refcounters in the ceph filesystem

RE: [PATCH 0/2] fs, ceph filesystem refcount conversions

2017-04-20 Thread Reshetova, Elena
> On Fri, Mar 3, 2017 at 10:15 AM, Elena Reshetova > wrote: > > Now when new refcount_t type and API are finally merged > > (see include/linux/refcount.h), the following > > patches convert various refcounters in the ceph filesystem from atomic_t > > to refcount_t. By doing this we prevent intent

Re: [PATCH 0/2] fs, ceph filesystem refcount conversions

2017-03-03 Thread Ilya Dryomov
On Fri, Mar 3, 2017 at 10:15 AM, Elena Reshetova wrote: > Now when new refcount_t type and API are finally merged > (see include/linux/refcount.h), the following > patches convert various refcounters in the ceph filesystem from atomic_t > to refcount_t. By doing this we prevent intentional or acci