From: Dave Chinner Date: Mon, 19 May 2014 21:41:43 +0000 (+1000) Subject: xfs: keep sb_bad_features2 the same a sb_features2 X-Git-Tag: omap-for-v3.16/fixes-against-rc1~55^2~2^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=32bf1deae15b67839a2f0cb233254125be73fc78;p=pandora-kernel.git xfs: keep sb_bad_features2 the same a sb_features2 Whenever we update sb_features2, we need to update sb_bad_features2 so that they remain identical on disk. This prevents future mounts or userspace utilities from getting confused over which features the filesystem supports. Signed-off-by: Dave Chinner Reviewed-by: Christoph Hellwig Signed-off-by: Dave Chinner --- Reading git-diff-tree failed