From: David Drysdale Date: Tue, 9 Sep 2014 21:50:57 +0000 (-0700) Subject: shm: add memfd.h to UAPI export list X-Git-Tag: v3.17-rc5~31^2~4 X-Git-Url: https://openfabrics.org/gitweb/?a=commitdiff_plain;h=b01d072065b6f36550f486fe77f05b092225ba1b;p=~emulex%2Finfiniband.git shm: add memfd.h to UAPI export list The new header file memfd.h from commit 9183df25fe7b ("shm: add memfd_create() syscall") should be exported. Signed-off-by: David Drysdale Reviewed-by: David Herrmann Cc: Hugh Dickins Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- diff --git a/include/uapi/linux/Kbuild b/include/uapi/linux/Kbuild index 24e9033f8b3..939df697310 100644 --- a/include/uapi/linux/Kbuild +++ b/include/uapi/linux/Kbuild @@ -240,6 +240,7 @@ header-y += matroxfb.h header-y += mdio.h header-y += media.h header-y += mei.h +header-y += memfd.h header-y += mempolicy.h header-y += meye.h header-y += mic_common.h