linux-next.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Re: linux-next: cifs tree build failure
@ 2009-04-03  3:31 Steve French
  0 siblings, 0 replies; 18+ messages in thread
From: Steve French @ 2009-04-03  3:31 UTC (permalink / raw)
  To: niallain, Jeff Layton, linux-next, sfr, linux-cifs-client

I added an ifdef to fs/cifs/connect.c which should address this.

^ permalink raw reply	[flat|nested] 18+ messages in thread
* linux-next: cifs tree build failure
@ 2009-06-15  3:32 Stephen Rothwell
  2009-06-15 10:46 ` Jeff Layton
  0 siblings, 1 reply; 18+ messages in thread
From: Stephen Rothwell @ 2009-06-15  3:32 UTC (permalink / raw)
  To: Steve French, linux-cifs-client; +Cc: linux-next, linux-kernel, Jeff Layton

[-- Attachment #1: Type: text/plain, Size: 510 bytes --]

Hi Steve,

Today's linux-next build (powerpc ppc64_defconfig) failed like this:

fs/cifs/cifsfs.c: In function 'cifs_show_options':
fs/cifs/cifsfs.c:357: error: implicit declaration of function 'cifs_show_address'

Caused by commit 8616e0fc1e27295316f9821a883f0e9fa6f8200f ("cifs: remove
unneeded NULL checks from cifs_show_options").

I have used the cifs tree from next-20090612 for today.
-- 
Cheers,
Stephen Rothwell                    sfr@canb.auug.org.au
http://www.canb.auug.org.au/~sfr/

[-- Attachment #2: Type: application/pgp-signature, Size: 197 bytes --]

^ permalink raw reply	[flat|nested] 18+ messages in thread
* linux-next: cifs tree build failure
@ 2009-04-14  1:41 Stephen Rothwell
  2009-04-15  2:59 ` Stephen Rothwell
  0 siblings, 1 reply; 18+ messages in thread
From: Stephen Rothwell @ 2009-04-14  1:41 UTC (permalink / raw)
  To: Steve French, linux-cifs-client; +Cc: linux-next, Al Viro, Shirish Pargaonkar

[-- Attachment #1: Type: text/plain, Size: 645 bytes --]

Hi Steve,

Today's linux-next build (powerpc ppc64_defconfig) failed like this:

fs/cifs/dir.c: In function 'cifs_lookup':
fs/cifs/dir.c:664: error: dereferencing pointer to incomplete type

Caused by commit 84c63ad9195b37b3de43427c11471a763c3993cc ("[CIFS] Add
support for posix open during lookup") from the cifs tree (probably an
interaction with commit 5ad4e53bd5406ee214ddc5a41f03f779b8b2d526 ("Get
rid of indirect include of fs_struct.h") - now in Linus' tree).

I have used the cifs tree from next-20090409 for today.
-- 
Cheers,
Stephen Rothwell                    sfr@canb.auug.org.au
http://www.canb.auug.org.au/~sfr/

[-- Attachment #2: Type: application/pgp-signature, Size: 197 bytes --]

^ permalink raw reply	[flat|nested] 18+ messages in thread
* linux-next: cifs tree build failure
@ 2009-04-03  2:07 Stephen Rothwell
  0 siblings, 0 replies; 18+ messages in thread
From: Stephen Rothwell @ 2009-04-03  2:07 UTC (permalink / raw)
  To: Steve French, linux-cifs-client; +Cc: linux-next, Igor Mammedov, Jeff Layton

[-- Attachment #1: Type: text/plain, Size: 570 bytes --]

Hi Steve,

Today's linux-next build (powerpc ppc64_defconfig) failed like this:

fs/cifs/connect.c: In function 'cifs_mount':
fs/cifs/connect.c:2545: error: 'struct cifs_sb_info' has no member named 'mountdata'

Caused by commit da9e1ebdf6fc4630329afcad11855113ad6023b6 ("Remote DFS
root support").  I will use the cifs tree form next-20090402 (which
really just drops that one commit).

Presumably CONFIG_CIFS_DFS_UPCALL is not defined in my config.
-- 
Cheers,
Stephen Rothwell                    sfr@canb.auug.org.au
http://www.canb.auug.org.au/~sfr/

[-- Attachment #2: Type: application/pgp-signature, Size: 197 bytes --]

^ permalink raw reply	[flat|nested] 18+ messages in thread
* linux-next: cifs tree build failure
@ 2009-02-24  6:56 Stephen Rothwell
  2009-02-24 14:45 ` Steve French
  0 siblings, 1 reply; 18+ messages in thread
From: Stephen Rothwell @ 2009-02-24  6:56 UTC (permalink / raw)
  To: Steve French, linux-cifs-client; +Cc: linux-next

[-- Attachment #1: Type: text/plain, Size: 430 bytes --]

Hi Steve,

Today's linux-next build (powerpc ppc64_defconfig) failed like this:

fs/cifs/file.c: In function 'cifs_fsync':
fs/cifs/file.c:1587: error: 'cifs_sb' undeclared (first use in this function)

Probably caused by commit cdff0d69360ad3b87e4ac019caa73c657cfe9c76
("[CIFS] Add new nostrictsync cifs mount option to avoid slow SMB flush").

I have dropped the cifs tree for today.

-- 
Cheers,
Stephen Rothwell

[-- Attachment #2: Type: application/pgp-signature, Size: 197 bytes --]

^ permalink raw reply	[flat|nested] 18+ messages in thread
* linux-next: cifs tree build failure
@ 2008-12-02  2:23 Stephen Rothwell
  2008-12-03  2:53 ` Stephen Rothwell
  0 siblings, 1 reply; 18+ messages in thread
From: Stephen Rothwell @ 2008-12-02  2:23 UTC (permalink / raw)
  To: Steve French, linux-cifs-client
  Cc: linux-next, Harvey Harrison, David S. Miller, Jeff Layton

Hi Steve,

Today's linux-next build (powerpc ppc64_defconfig) failed like this:

fs/cifs/cifsfs.c: In function 'cifs_show_options':
fs/cifs/cifsfs.c:363: error: 'NIP6_FMT' undeclared (first use in this function)
fs/cifs/cifsfs.c:363: error: (Each undeclared identifier is reported only once
fs/cifs/cifsfs.c:363: error: for each function it appears in.)
fs/cifs/cifsfs.c:364: error: implicit declaration of function 'NIP6'

Caused by the interaction of commits
b189db5d299c6824780af5590564ff608adb3dea ("net: remove NIP6(), NIP6_FMT,
NIP6_SEQFMT and final users") from the net tree and
20c4eef4f817ff65337e2fb3f1f5df52eeca09eb ("cifs: display addr and
prefixpath options in /proc/mounts") from the cifs tree.

I have reverted the include/linux/kernel.h part of the net tree patch for
now since the replacement (%p6) is not upstream yet ...

Dave, can you apply the below to the net tree, please.  The old interface
should really not go away until at least the end of the next merge
window ...

-- 
Cheers,
Stephen Rothwell                    sfr@canb.auug.org.au
http://www.canb.auug.org.au/~sfr/

From: Stephen Rothwell <sfr@canb.auug.org.au>
Date: Tue, 2 Dec 2008 13:11:22 +1100
Subject: [PATCH] net: don't remove the NIP6 interfaces yet

Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au>
---
 include/linux/kernel.h |   12 ++++++++++++
 1 files changed, 12 insertions(+), 0 deletions(-)

diff --git a/include/linux/kernel.h b/include/linux/kernel.h
index ca9ff64..269df5a 100644
--- a/include/linux/kernel.h
+++ b/include/linux/kernel.h
@@ -372,6 +372,18 @@ static inline char *pack_hex_byte(char *buf, u8 byte)
 	((unsigned char *)&addr)[3]
 #define NIPQUAD_FMT "%u.%u.%u.%u"
 
+#define NIP6(addr) \
+	ntohs((addr).s6_addr16[0]), \
+	ntohs((addr).s6_addr16[1]), \
+	ntohs((addr).s6_addr16[2]), \
+	ntohs((addr).s6_addr16[3]), \
+	ntohs((addr).s6_addr16[4]), \
+	ntohs((addr).s6_addr16[5]), \
+	ntohs((addr).s6_addr16[6]), \
+	ntohs((addr).s6_addr16[7])
+#define NIP6_FMT "%04x:%04x:%04x:%04x:%04x:%04x:%04x:%04x"
+#define NIP6_SEQFMT "%04x%04x%04x%04x%04x%04x%04x%04x"
+
 #if defined(__LITTLE_ENDIAN)
 #define HIPQUAD(addr) \
 	((unsigned char *)&addr)[3], \
-- 
1.5.6.5

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

end of thread, other threads:[~2009-06-15 13:47 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-04-03  3:31 linux-next: cifs tree build failure Steve French
  -- strict thread matches above, loose matches on Subject: below --
2009-06-15  3:32 Stephen Rothwell
2009-06-15 10:46 ` Jeff Layton
2009-06-15 13:47   ` Steve French
2009-04-14  1:41 Stephen Rothwell
2009-04-15  2:59 ` Stephen Rothwell
2009-04-15  3:10   ` Steve French
2009-04-15  3:20     ` Stephen Rothwell
2009-04-03  2:07 Stephen Rothwell
2009-02-24  6:56 Stephen Rothwell
2009-02-24 14:45 ` Steve French
2009-02-25  3:03   ` Stephen Rothwell
2008-12-02  2:23 Stephen Rothwell
2008-12-03  2:53 ` Stephen Rothwell
2008-12-03  3:19   ` David Miller
2008-12-03 11:57     ` Jeff Layton
2008-12-03 20:40       ` David Miller
2008-12-12  3:32   ` Stephen Rothwell

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