]> git.baikalelectronics.ru Git - kernel.git/commit
fs: fs/super.c needs to include backing-dev.h for !CONFIG_BLOCK
authorJens Axboe <jens.axboe@oracle.com>
Thu, 29 Apr 2010 18:33:35 +0000 (20:33 +0200)
committerJens Axboe <jens.axboe@oracle.com>
Thu, 29 Apr 2010 18:33:35 +0000 (20:33 +0200)
commite001e85dc43340510b0541bb128f52a8a0c64d2c
tree59bdad300f2be01911f9120e349b22664f199387
parent2f1fc216de2fe0fe6f8e1990c51363d858c19f42
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: Jens Axboe <jens.axboe@oracle.com>
fs/super.c