lkml.org 
[lkml]   [2008]   [Jun]   [2]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
From
Subject[PATCH] ext2: Add explicit include of <linux/quota.h> into super.c
Date
We need definitions from quota.h and so far we depended on fs.h to
include this file for us. This will be no longer true.

Signed-off-by: Jan Kara <jack@suse.cz>
---
fs/ext2/super.c | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/fs/ext2/super.c b/fs/ext2/super.c
index ef50cbc..609df85 100644
--- a/fs/ext2/super.c
+++ b/fs/ext2/super.c
@@ -31,6 +31,7 @@
#include <linux/seq_file.h>
#include <linux/mount.h>
#include <linux/log2.h>
+#include <linux/quota.h>
#include <asm/uaccess.h>
#include "ext2.h"
#include "xattr.h"
--
1.5.2.4


\
 
 \ /
  Last update: 2008-06-02 19:15    [W:0.050 / U:0.640 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site