LKML Archive on lore.kernel.org
help / color / mirror / Atom feed
* [-mm] new warning in ipc/msg.c
@ 2008-01-09 15:42 Pierre Peiffer
  2008-01-09 23:13 ` Andrew Morton
  0 siblings, 1 reply; 3+ messages in thread
From: Pierre Peiffer @ 2008-01-09 15:42 UTC (permalink / raw)
  To: ricknu-0; +Cc: Derbey Nadia, Andrew Morton, LKML

Hi,

This very small patch:
    ipc-convert-handmade-min-to-min.patch
introduces a new warning when compiling the -mm kernel:

.../linux-2.6.24-rc6-mm1/ipc/msg.c: In function `do_msgrcv':
.../linux-2.6.24-rc6-mm1/ipc/msg.c:939: warning: comparison of distinct pointer
types lacks a cast

I don't know if doing in include/linux/msg.h

struct msg_msg {
	struct list_head m_list;
	long  m_type;
-	int m_ts;           /* message text size */
+	size_t m_ts;           /* message text size */
	struct msg_msgseg* next;
	void *security;
	/* the actual message follows immediately */
};

is acceptable ?

Otherwise, either a cast can be added or this patch can be dropped...

Thanks,

-- 
Pierre Peiffer

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

end of thread, other threads:[~2008-01-10  8:30 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-01-09 15:42 [-mm] new warning in ipc/msg.c Pierre Peiffer
2008-01-09 23:13 ` Andrew Morton
2008-01-10  8:30   ` Pierre Peiffer

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