Re: [PATCH v3 0/2] ceph: don't NULL terminate virtual xattr values

2019-06-24 Thread Yan, Zheng
On Fri, Jun 21, 2019 at 10:21 PM Jeff Layton wrote: > > v3: switch to using an intermediate buffer for snprintf destination > add patch to fix ceph_vxattrcb_layout return value > v2: drop bogus EXPORT_SYMBOL of static function > > This is the 3rd posting of this patchset. Instead of adding a

[PATCH v3 0/2] ceph: don't NULL terminate virtual xattr values

2019-06-21 Thread Jeff Layton
v3: switch to using an intermediate buffer for snprintf destination add patch to fix ceph_vxattrcb_layout return value v2: drop bogus EXPORT_SYMBOL of static function This is the 3rd posting of this patchset. Instead of adding a new snprintf variant that doesn't NULL terminate, this set