]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
librgw: add missing RGWFileHandle::stat in rgw_mkdir
authorMatt Benjamin <mbenjamin@redhat.com>
Thu, 14 Jan 2016 16:38:24 +0000 (11:38 -0500)
committerMatt Benjamin <mbenjamin@redhat.com>
Fri, 12 Feb 2016 17:08:00 +0000 (12:08 -0500)
commit7ef64851b1f0e3770e00aa573bddea587616df45
treed135fdf08732f92a021c2b1d39f28eed527becd7
parent35445cf7df8d0852b06954dd4e8d8ddde926f334
librgw: add missing RGWFileHandle::stat in rgw_mkdir

The lack of stat here induced a serious memory corruption, due to
the organization of Ganesha file attributes (and their reliance on
the FSAL to initialize the memory).

Signed-off-by: Matt Benjamin <mbenjamin@redhat.com>
src/rgw/rgw_file.cc