Whamcloud - gitweb
LU-5006 mdd: don't call attr_set on object create 43/12243/4
authorNiu Yawei <yawei.niu@intel.com>
Thu, 9 Oct 2014 08:11:31 +0000 (04:11 -0400)
committerOleg Drokin <oleg.drokin@intel.com>
Tue, 11 Nov 2014 12:09:36 +0000 (12:09 +0000)
commit28c737d69e3a9cf5e7125ffd4d46621fc05b0056
tree73fa749e3f5d4e58c380e15c79bee6bcb3e99a48
parent59075df3506f00c847acc3e0da929c41bfcdc19e
LU-5006 mdd: don't call attr_set on object create

The object attr has been initialzed in OSD layer when create
object, it's not necessary to initialize it again in MDD layer.

Signed-off-by: Niu Yawei <yawei.niu@intel.com>
Change-Id: I6f4094d4384b2c153d4dad2666d64281c0450059
Reviewed-on: http://review.whamcloud.com/12243
Tested-by: Jenkins
Reviewed-by: Alex Zhuravlev <alexey.zhuravlev@intel.com>
Tested-by: Maloo <hpdd-maloo@intel.com>
Reviewed-by: Bobi Jam <bobijam@gmail.com>
Reviewed-by: Oleg Drokin <oleg.drokin@intel.com>
lustre/mdd/mdd_dir.c
lustre/osp/osp_internal.h
lustre/osp/osp_object.c
lustre/tests/sanity-quota.sh