From: Jens Axboe Date: Thu, 29 Apr 2010 18:33:35 +0000 (+0200) Subject: fs: fs/super.c needs to include backing-dev.h for !CONFIG_BLOCK X-Git-Tag: v2.6.34-rc6~3^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5477d0face8a3ba4e9a1e7283692fff9c92f8e5e;p=pandora-kernel.git fs: fs/super.c needs to include backing-dev.h for !CONFIG_BLOCK When CONFIG_BLOCK is set, it ends up getting backing-dev.h included. But for !CONFIG_BLOCK, it isn't so lucky. The proper thing to do is include directly from the file it's used from, so do that. Signed-off-by: Jens Axboe --- Reading git-diff-tree failed