linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] Allow jffs2/super.c to build
@ 2002-06-05 16:49 Russell King
  0 siblings, 0 replies; only message in thread
From: Russell King @ 2002-06-05 16:49 UTC (permalink / raw)
  To: Linus Torvalds, Linux Kernel List, David Woodhouse

Linus, lkml, dwmw2,

  Note: This is not in the MTD CVS (I'm not clear on David's handling
        of 2.5 MTD)

The following patch adds <linux/namei.h> which seems to be required to
allow fs/jffs2 to build in 2.5.20.  This fixes all the following
warnings/errors:

super.c: In function `jffs2_get_sb':
super.c:197: storage size of `nd' isn't known
super.c:245: warning: implicit declaration of function `path_lookup'
super.c:245: `LOOKUP_FOLLOW' undeclared (first use in this function)
super.c:245: (Each undeclared identifier is reported only once
super.c:245: for each function it appears in.)
super.c:254: warning: implicit declaration of function `path_release'
super.c:197: warning: unused variable `nd'

diff -ur orig/fs/jffs2/super.c linux/fs/jffs2/super.c
--- orig/fs/jffs2/super.c	Sat May 25 11:12:37 2002
+++ linux/fs/jffs2/super.c	Sat May 25 11:16:14 2002
@@ -48,6 +48,7 @@
 #include <linux/mtd/mtd.h>
 #include <linux/interrupt.h>
 #include <linux/ctype.h>
+#include <linux/namei.h>
 #include "nodelist.h"
 
 void jffs2_put_super (struct super_block *);

-- 
Russell King (rmk@arm.linux.org.uk)                The developer of ARM Linux
             http://www.arm.linux.org.uk/personal/aboutme.html


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2002-06-05 16:49 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-06-05 16:49 [PATCH] Allow jffs2/super.c to build Russell King

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).