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
Documentation
arch
block
crypto
drivers
firmware
fs
include
init
ipc
kernel
lib
mm
net
samples
scripts
security
sound
tools
usr
virt
.gitignore -rw-r--r-- 930 bytes
.mailmap -rw-r--r-- 3.9 KB
COPYING -rw-r--r-- 18.3 KB
CREDITS -rw-r--r-- 91.8 KB
Kbuild -rw-r--r-- 2.4 KB
MAINTAINERS -rw-r--r-- 166.4 KB
Makefile -rw-r--r-- 51.9 KB
README -rw-r--r-- 17.0 KB
REPORTING-BUGS -rw-r--r-- 3.3 KB

README

back to top