Re: [PATCH 0/3] fs, fuse subsystem refcount conversions

2017-03-03 Thread Miklos Szeredi
On Fri, Mar 3, 2017 at 10:04 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 fuse filesystem from atomic_t > to refcount_t. By doing this we

Re: [PATCH 0/3] fs, fuse subsystem refcount conversions

2017-03-03 Thread Miklos Szeredi
On Fri, Mar 3, 2017 at 10:04 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 fuse filesystem from atomic_t > to refcount_t. By doing this we prevent intentional or

[PATCH 0/3] fs, fuse subsystem refcount conversions

2017-03-03 Thread Elena Reshetova
Now when new refcount_t type and API are finally merged (see include/linux/refcount.h), the following patches convert various refcounters in the fuse filesystem from atomic_t to refcount_t. By doing this we prevent intentional or accidental underflows or overflows that can led to use-after-free

[PATCH 0/3] fs, fuse subsystem refcount conversions

2017-03-03 Thread Elena Reshetova
Now when new refcount_t type and API are finally merged (see include/linux/refcount.h), the following patches convert various refcounters in the fuse filesystem from atomic_t to refcount_t. By doing this we prevent intentional or accidental underflows or overflows that can led to use-after-free