diff options
| author | Linus Torvalds <torvalds@linux-foundation.org> | 2010-04-29 17:18:07 -0700 |
|---|---|---|
| committer | Linus Torvalds <torvalds@linux-foundation.org> | 2010-04-29 17:18:07 -0700 |
| commit | fed0a9c644c7872f5bcaeb87a71103aef8e96761 (patch) | |
| tree | 9615901a5b387aa57c39fcd1d5fee22149a9dbcc | |
| parent | Merge master.kernel.org:/home/rmk/linux-2.6-arm (diff) | |
| parent | exofs: Fix "add bdi backing to mount session" fall out (diff) | |
| download | linux-fed0a9c644c7872f5bcaeb87a71103aef8e96761.tar.gz linux-fed0a9c644c7872f5bcaeb87a71103aef8e96761.zip | |
Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-block
* 'for-linus' of git://git.kernel.dk/linux-2.6-block:
exofs: Fix "add bdi backing to mount session" fall out
fs: fs/super.c needs to include backing-dev.h for !CONFIG_BLOCK
| -rw-r--r-- | fs/super.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/super.c b/fs/super.c index dc72491a19f9..1527e6a0ee35 100644 --- a/fs/super.c +++ b/fs/super.c @@ -37,6 +37,7 @@ #include <linux/kobject.h> #include <linux/mutex.h> #include <linux/file.h> +#include <linux/backing-dev.h> #include <asm/uaccess.h> #include "internal.h" |
