From: Christoph Hellwig Date: Wed, 14 Jan 2015 09:42:31 +0000 (+0100) Subject: fs: kill BDI_CAP_SWAP_BACKED X-Git-Tag: fixes-v4.0-rc1~119^2~14 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=97b713ba3ebaa6c8d84c2c720f5468a7c6a6eb4e;p=pandora-kernel.git fs: kill BDI_CAP_SWAP_BACKED This bdi flag isn't too useful - we can determine that a vma is backed by either swap or shmem trivially in the caller. This also allows removing the backing_dev_info instaces for swap and shmem in favor of noop_backing_dev_info. Signed-off-by: Christoph Hellwig Reviewed-by: Tejun Heo Reviewed-by: Jan Kara Signed-off-by: Jens Axboe --- Reading git-diff-tree failed