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
lxdialog
.gitignore -rw-r--r-- 172 bytes
Makefile -rw-r--r-- 10.3 KB
POTFILES.in -rw-r--r-- 361 bytes
check.sh -rwxr-xr-x 214 bytes
conf.c -rw-r--r-- 11.6 KB
confdata.c -rw-r--r-- 19.4 KB
expr.c -rw-r--r-- 25.4 KB
expr.h -rw-r--r-- 6.8 KB
gconf.c -rw-r--r-- 40.2 KB
gconf.glade -rw-r--r-- 24.5 KB
images.c -rw-r--r-- 6.4 KB
kconfig_load.c -rw-r--r-- 644 bytes
kxgettext.c -rw-r--r-- 4.1 KB
lex.zconf.c_shipped -rw-r--r-- 57.1 KB
lkc.h -rw-r--r-- 4.0 KB
lkc_proto.h -rw-r--r-- 2.0 KB
mconf.c -rw-r--r-- 23.7 KB
menu.c -rw-r--r-- 13.3 KB
qconf.cc -rw-r--r-- 42.3 KB
qconf.h -rw-r--r-- 7.8 KB
streamline_config.pl -rw-r--r-- 9.3 KB
symbol.c -rw-r--r-- 19.5 KB
util.c -rw-r--r-- 2.7 KB
zconf.gperf -rw-r--r-- 1.3 KB
zconf.hash.c_shipped -rw-r--r-- 9.9 KB
zconf.l -rw-r--r-- 6.4 KB
zconf.tab.c_shipped -rw-r--r-- 68.3 KB
zconf.y -rw-r--r-- 14.6 KB

back to top