Commit 974173c9 authored by Kai Germaschewski's avatar Kai Germaschewski

Fix ext2 compilation

Removal of locks.h broke the build due to missing definition of capable()
and current.
parent bd2b0c85
......@@ -14,6 +14,7 @@
#include <linux/config.h>
#include "ext2.h"
#include <linux/quotaops.h>
#include <linux/sched.h>
/*
* balloc.c contains the blocks allocation and deallocation routines
......
......@@ -15,6 +15,7 @@
#include <linux/config.h>
#include "ext2.h"
#include <linux/quotaops.h>
#include <linux/sched.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