public inbox for linux-kernel@vger.kernel.org
 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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain; charset="utf-8", Size: 682 bytes --]

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.
  *
ÿôèº{.nÇ+‰·Ÿ®‰­†+%ŠËÿ±éݶ\x17¥Šwÿº{.nÇ+‰·¥Š{±þG«éÿŠ{ayº\x1dʇڙë,j\a­¢f£¢·hšïêÿ‘êçz_è®\x03(­éšŽŠÝ¢j"ú\x1a¶^[m§ÿÿ¾\a«þG«éÿ¢¸?™¨è­Ú&£ø§~á¶iO•æ¬z·švØ^\x14\x04\x1a¶^[m§ÿÿÃ\fÿ¶ìÿ¢¸?–I¥

^ 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