* [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
* Re: [PATCH] fs/inode.c: include "internal.h" for external definitions
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
0 siblings, 0 replies; 2+ messages in thread
From: Al Viro @ 2011-01-17 7:20 UTC (permalink / raw)
To: H Hartley Sweeten
Cc: linux-fsdevel@vger.kernel.org, linux-kernel@vger.kernel.org
On Tue, Jan 11, 2011 at 06:21:59PM -0600, H Hartley Sweeten wrote:
[snip]
Fix your MUA, please. What you've somehow managed to produce was
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: base64
and git-am is not happy with it, to put it mildly. I can work around
that (view as attachment in mutt, save that, etc.) and if that had been
anything more inspiring I'd bothered to undo the wreckage, apply by
hand and recall how to tell git commit who's the author, but...
Why had your MUA done that, anyway? I don't see anything in the text
that might have possibly warranted something that weird...
Al "tempted to reply with Content-Transfer-Encoding: morse" Viro
^ permalink raw reply [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).