linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] fs/inode.c: include "internal.h" for external definitions
@ 2011-01-12  0:21 H Hartley Sweeten
  2011-01-17  7:20 ` Al Viro
  0 siblings, 1 reply; 2+ messages in thread
From: H Hartley Sweeten @ 2011-01-12  0:21 UTC (permalink / raw)
  To: linux-fsdevel@vger.kernel.org, linux-kernel@vger.kernel.org; +Cc: Al Viro

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@visionengravers.com>
Cc: Alexander Viro <viro@zeniv.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.
  *

^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2011-01-17  7:20 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-01-12  0:21 [PATCH] fs/inode.c: include "internal.h" for external definitions H Hartley Sweeten
2011-01-17  7:20 ` Al Viro

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).