public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* ima changes to shmem breaks !CONFIG_SHMEM
@ 2009-02-09 16:30 Mike Frysinger
  2009-02-09 21:23 ` James Morris
  0 siblings, 1 reply; 7+ messages in thread
From: Mike Frysinger @ 2009-02-09 16:30 UTC (permalink / raw)
  To: Mimi Zohar; +Cc: LKML, Serge Hallyn, James Morris

commit 1df9f0a73178718969ae47d813b8e7aab2cf073c broke default building
for Blackfin systems:
  CC      mm/shmem.o
mm/shmem.c: In function 'shmem_zero_setup':
mm/shmem.c:2670: error: implicit declaration of function 'ima_shm_check'
make[1]: *** [mm/shmem.o] Error 1

that's because the ima.h include was added behind the CONFIG_SHMEM
markings rather than everywhere, just like the function is used.
-mike

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

end of thread, other threads:[~2009-02-09 23:59 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-02-09 16:30 ima changes to shmem breaks !CONFIG_SHMEM Mike Frysinger
2009-02-09 21:23 ` James Morris
2009-02-09 21:27   ` Mike Frysinger
2009-02-09 21:49     ` Randy Dunlap
2009-02-09 21:51       ` Mike Frysinger
2009-02-09 21:56         ` Randy Dunlap
2009-02-09 23:59           ` Mimi Zohar

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox