Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

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

+1
+1
fs/super.c
··· 37 37 #include <linux/kobject.h> 38 38 #include <linux/mutex.h> 39 39 #include <linux/file.h> 40 + #include <linux/backing-dev.h> 40 41 #include <asm/uaccess.h> 41 42 #include "internal.h" 42 43