[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <0D753D10438DA54287A00B027084269764CE0E54E1@AUSP01VMBX24.collaborationhost.net>
Date: Tue, 11 Jan 2011 18:21:59 -0600
From: H Hartley Sweeten <hartleys@...ionengravers.com>
To: "linux-fsdevel@...r.kernel.org" <linux-fsdevel@...r.kernel.org>,
"linux-kernel@...r.kernel.org" <linux-kernel@...r.kernel.org>
CC: Al Viro <viro@...IV.linux.org.uk>
Subject: [PATCH] fs/inode.c: include "internal.h" for external definitions
The functions get_nr_dirty_inodes, evict_inodes, and invalidate_inodes
are used external from this file but they are not exported. Include
"internal.h" to pick up their definitions.
Signed-off-by: H Hartley Sweeten <hsweeten@...ionengravers.com>
Cc: Alexander Viro <viro@...iv.linux.org.uk>
---
diff --git a/fs/inode.c b/fs/inode.c
index da85e56..4fee1cf 100644
--- a/fs/inode.c
+++ b/fs/inode.c
@@ -35,6 +35,8 @@
*/
#include <linux/buffer_head.h>
+#include "internal.h"
+
/*
* New inode.c implementation.
*
Powered by blists - more mailing lists