Whamcloud - gitweb
LU-6817 llite: lower message level for ll_setattr_raw() 41/15541/4
authorBobi Jam <bobijam.xu@intel.com>
Thu, 9 Jul 2015 09:05:50 +0000 (17:05 +0800)
committerOleg Drokin <oleg.drokin@intel.com>
Tue, 18 Aug 2015 11:27:34 +0000 (11:27 +0000)
commit5291d454d49cd6048b815382fc5647712c277c1d
treed6b8879da07e424e156bcd21866683448754a70d
parent490ea83a486c0c44274f4d4f6f77d8e0e16835d5
LU-6817 llite: lower message level for ll_setattr_raw()

truncate and write can happen at the same time, so that a file can
be set modified even though the file is not restored from released
state, and ll_hsm_state_set() is not applicable for the file, and
it will return error in this case, we'd lower the error message level
in this case.

Signed-off-by: Bobi Jam <bobijam.xu@intel.com>
Change-Id: Iff5bc0a6cec990e4e9f6f8f4ef0faacc229b828b
Reviewed-on: http://review.whamcloud.com/15541
Tested-by: Jenkins
Reviewed-by: Andreas Dilger <andreas.dilger@intel.com>
Reviewed-by: John L. Hammond <john.hammond@intel.com>
Tested-by: Maloo <hpdd-maloo@intel.com>
Reviewed-by: Oleg Drokin <oleg.drokin@intel.com>
lustre/llite/llite_lib.c