From: Christoph Hellwig Date: Tue, 22 Apr 2014 21:11:51 +0000 (+1000) Subject: xfs: remove XFS_IFILESTREAM X-Git-Tag: omap-for-v3.16/fixes-against-rc1~55^2~7^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f37211c336d722805493aec8b13afdbb92bbfd98;p=pandora-kernel.git xfs: remove XFS_IFILESTREAM We never test the flag except in xfs_inode_is_filestream, but that function already tests the on-disk flag or filesystem wide flags, and is used to decide if we want to set XFS_IFILESTREAM in the first place. Signed-off-by: Christoph Hellwig Reviewed-by: Dave Chinner Signed-off-by: Dave Chinner --- Reading git-diff-tree failed