Signed-off-by: Sergei Zviagintsev <[email protected]> --- ipc/kdbus/limits.h | 3 --- 1 file changed, 3 deletions(-)
diff --git a/ipc/kdbus/limits.h b/ipc/kdbus/limits.h index bd47119cdf1b..5e4d2b5b0a9d 100644 --- a/ipc/kdbus/limits.h +++ b/ipc/kdbus/limits.h @@ -16,9 +16,6 @@ #include <linux/kernel.h> -/* maximum size of message header and items */ -#define KDBUS_MSG_MAX_SIZE SZ_8K - /* maximum number of memfd items per message */ #define KDBUS_MSG_MAX_MEMFD_ITEMS 16 -- 1.8.3.1 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

