Date:2010-04-29 20:33:35 (13 years 10 months ago)
Author:Jens Axboe
Commit:5477d0face8a3ba4e9a1e7283692fff9c92f8e5e
Message: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>
Files: fs/super.c (1 diff)

Change Details

fs/super.c
3737#include <linux/kobject.h>
3838#include <linux/mutex.h>
3939#include <linux/file.h>
40#include <linux/backing-dev.h>
4041#include <asm/uaccess.h>
4142#include "internal.h"
4243

Archive Download the corresponding diff file



interactive