linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* linux-next: build failure after merge of the file-locks tree
@ 2017-05-17  0:27 Stephen Rothwell
  2017-05-17  1:10 ` Jeff Layton
  0 siblings, 1 reply; 6+ messages in thread
From: Stephen Rothwell @ 2017-05-17  0:27 UTC (permalink / raw)
  To: Jeff Layton
  Cc: Linux-Next Mailing List, Linux Kernel Mailing List, Christoph Hellwig

Hi Jeff,

After merging the file-locks tree, today's linux-next build (arm
multi_v7_defconfig) failed like this:

fs/fcntl.c: In function 'SYSC_fcntl64':
fs/fcntl.c:414:30: error: 'argp' undeclared (first use in this function)
   if (copy_from_user(&flock, argp, sizeof(flock)))
                              ^
fs/fcntl.c:414:30: note: each undeclared identifier is reported only once for each function it appears in
fs/fcntl.c:416:23: error: 'filp' undeclared (first use in this function)
   err = fcntl_getlk64(filp, cmd, &flock);
                       ^

Caused by commit

  0416b792294c ("fs/locks: pass kernel struct flock to fcntl_getlk/setlk")

This build has BITS_PER_LONG == 32.

I have used the file-locks tree from next-20170516 for today.

-- 
Cheers,
Stephen Rothwell

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

end of thread, other threads:[~2017-05-17 23:46 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-05-17  0:27 linux-next: build failure after merge of the file-locks tree Stephen Rothwell
2017-05-17  1:10 ` Jeff Layton
2017-05-17  1:48   ` Stephen Rothwell
2017-05-17 12:32     ` Jeff Layton
2017-05-17 12:35       ` Stephen Rothwell
2017-05-17 23:45       ` 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).