Whamcloud - gitweb
LU-6354 mdd: use cr_tfid on error in mdd_changelog_ns_store() 27/14027/3
authorJohn L. Hammond <john.hammond@intel.com>
Tue, 10 Mar 2015 14:35:56 +0000 (09:35 -0500)
committerOleg Drokin <oleg.drokin@intel.com>
Thu, 28 May 2015 20:59:24 +0000 (20:59 +0000)
commitc7f1a96010fd2243fa0b301543862e70784f7b35
treebe74fdd9b93bd1c39003a88ff0796bfe8ed433a6
parentdd2a3f8fa0e95c707121855c6d5acf01b2e1c855
LU-6354 mdd: use cr_tfid on error in mdd_changelog_ns_store()

In mdd_changelog_ns_store() use the target FID in the the changelog
record for the CERROR() message rather than the sfid parameter (which
may be NULL).

Signed-off-by: John L. Hammond <john.hammond@intel.com>
Change-Id: If493f982c4ec6ae36dc9703353c35a9f7b6b0d43
Reviewed-on: http://review.whamcloud.com/14027
Tested-by: Jenkins
Tested-by: Maloo <hpdd-maloo@intel.com>
Reviewed-by: Niu Yawei <yawei.niu@intel.com>
Reviewed-by: Henri Doreau <henri.doreau@cea.fr>
Reviewed-by: Oleg Drokin <oleg.drokin@intel.com>
lustre/mdd/mdd_dir.c