https://github.com/torvalds/linux
Revision 5477d0face8a3ba4e9a1e7283692fff9c92f8e5e authored by Jens Axboe on 29 April 2010, 18:33:35 UTC, committed by Jens Axboe on 29 April 2010, 18:33:35 UTC
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 <linux/backing-dev.h> directly from the file it's used from,
so do that.

Signed-off-by: Jens Axboe <jens.axboe@oracle.com>
1 parent 79dba2e
History
Tip revision: 5477d0face8a3ba4e9a1e7283692fff9c92f8e5e authored by Jens Axboe on 29 April 2010, 18:33:35 UTC
fs: fs/super.c needs to include backing-dev.h for !CONFIG_BLOCK
Tip revision: 5477d0f
File Mode Size
libfdt
.gitignore -rw-r--r-- 55 bytes
Makefile -rw-r--r-- 1.5 KB
Makefile.dtc -rw-r--r-- 340 bytes
checks.c -rw-r--r-- 15.3 KB
data.c -rw-r--r-- 5.8 KB
dtc-lexer.l -rw-r--r-- 6.8 KB
dtc-lexer.lex.c_shipped -rw-r--r-- 57.2 KB
dtc-parser.tab.c_shipped -rw-r--r-- 54.2 KB
dtc-parser.tab.h_shipped -rw-r--r-- 3.2 KB
dtc-parser.y -rw-r--r-- 6.4 KB
dtc.c -rw-r--r-- 5.8 KB
dtc.h -rw-r--r-- 6.3 KB
flattree.c -rw-r--r-- 21.3 KB
fstree.c -rw-r--r-- 2.2 KB
livetree.c -rw-r--r-- 5.8 KB
srcpos.c -rw-r--r-- 2.6 KB
srcpos.h -rw-r--r-- 2.5 KB
treesource.c -rw-r--r-- 5.8 KB
version_gen.h -rw-r--r-- 32 bytes

back to top