Skip to content
Commit 5477d0fa authored by Jens Axboe's avatar Jens Axboe
Browse files

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 <linux/backing-dev.h> directly from the file it's used from,
so do that.

Signed-off-by: default avatarJens Axboe <jens.axboe@oracle.com>
parent 79dba2ea
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment