flag parameters: check magic constants
authorUlrich Drepper <drepper@redhat.com>
Thu, 24 Jul 2008 04:29:42 +0000 (21:29 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Thu, 24 Jul 2008 17:47:29 +0000 (10:47 -0700)
commite38b36f325153eaadd1c2a7abc5762079233e540
tree92cfc9855e41c5328d91456f5e373c00ecb8d383
parent510df2dd482496083e1c3b1a8c9b6afd5fa4c7d7
flag parameters: check magic constants

This patch adds test that ensure the boundary conditions for the various
constants introduced in the previous patches is met.  No code is generated.

[akpm@linux-foundation.org: fix alpha]
Signed-off-by: Ulrich Drepper <drepper@redhat.com>
Acked-by: Davide Libenzi <davidel@xmailserver.org>
Cc: Michael Kerrisk <mtk.manpages@googlemail.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
fs/eventfd.c
fs/eventpoll.c
fs/inotify_user.c
fs/signalfd.c
fs/timerfd.c
net/socket.c