From: Theodore Ts'o Date: Thu, 20 Feb 2014 01:15:15 +0000 (-0500) Subject: ext4: add ext4_es_store_pblock_status() X-Git-Tag: v3.15-rc1~91^2~35 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9a6633b1a3603ccdffec669033616f9ebb35a988;p=pandora-kernel.git ext4: add ext4_es_store_pblock_status() Avoid false positives by static code analysis tools such as sparse and coverity caused by the fact that we set the physical block, and then the status in the extent_status structure. It is also more efficient to set both of these values at once. Addresses-Coverity-Id: #989077 Addresses-Coverity-Id: #989078 Addresses-Coverity-Id: #1080722 Signed-off-by: "Theodore Ts'o" Reviewed-by: Zheng Liu --- Reading git-diff-tree failed