From: Dave Chinner Date: Wed, 21 Jan 2015 22:30:06 +0000 (+1100) Subject: xfs: set buf types when converting extent formats X-Git-Tag: fixes-v4.0-rc1~157^2~3^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fe22d552b82d7cc7de1851233ae8bef579198637;p=pandora-kernel.git xfs: set buf types when converting extent formats Conversion from local to extent format does not set the buffer type correctly on the new extent buffer when a symlink data is moved out of line. Fix the symlink code and leave a comment in the generic bmap code reminding us that the format-specific data copy needs to set the destination buffer type appropriately. cc: # 3.10 to current Tested-by: Jan Kara Signed-off-by: Dave Chinner Reviewed-by: Brian Foster Signed-off-by: Dave Chinner --- Reading git-diff-tree failed