Commit 7fb7f2ac authored by Linus Torvalds's avatar Linus Torvalds

Fix include files for write_super BKL move.

parent 4ee6539d
......@@ -26,6 +26,7 @@
#include <linux/major.h>
#include <linux/blkdev.h>
#include <linux/init.h>
#include <linux/smp_lock.h>
#include <asm/system.h>
#include <asm/uaccess.h>
......
......@@ -25,6 +25,7 @@
#include <linux/locks.h>
#include <linux/blkdev.h>
#include <linux/random.h>
#include <linux/smp_lock.h>
#include <asm/uaccess.h>
......
......@@ -31,6 +31,7 @@
#include <linux/blkdev.h>
#include <linux/module.h>
#include <linux/init.h>
#include <linux/smp_lock.h>
MODULE_LICENSE("GPL");
......
......@@ -44,6 +44,7 @@
#include <linux/mtd/mtd.h>
#include <linux/pagemap.h>
#include <linux/slab.h>
#include <linux/smp_lock.h>
#include "nodelist.h"
int jffs2_statfs(struct super_block *sb, struct statfs *buf)
......
......@@ -55,6 +55,7 @@
#include <linux/stat.h>
#include <linux/cdrom.h>
#include <linux/nls.h>
#include <linux/smp_lock.h>
#include <asm/byteorder.h>
#include <linux/udf_fs.h>
......
......@@ -80,6 +80,7 @@
#include <linux/locks.h>
#include <linux/blkdev.h>
#include <linux/init.h>
#include <linux/smp_lock.h>
#include "swab.h"
#include "util.h"
......
Markdown is supported
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