From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from bosmailout06.eigbox.net ([66.96.188.6]:52791 "EHLO bosmailout06.eigbox.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1728080AbeHOAhr (ORCPT ); Tue, 14 Aug 2018 20:37:47 -0400 From: Constantine Shulyupin To: miklos@szeredi.hu, viro@zeniv.linux.org.uk, corbet@lwn.net, liushuoran@jd.com, mitsuo.hayasaka.hu@hitachi.com, linux-fsdevel@vger.kernel.org (open list:FILESYSTEMS (VFS and infrastructure)), linux-kernel@vger.kernel.org (open list) Cc: amir73il@gmail.com, Constantine Shulyupin Subject: [PATCH v3 3/3] fuse: export pipe_max_size for max_pages Date: Wed, 15 Aug 2018 00:17:16 +0300 Message-Id: <20180814211717.22170-3-const@MakeLinux.com> In-Reply-To: <20180814211717.22170-1-const@MakeLinux.com> References: <20180814211717.22170-1-const@MakeLinux.com> Sender: linux-fsdevel-owner@vger.kernel.org List-ID: Signed-off-by: Constantine Shulyupin --- fs/pipe.c | 1 + 1 file changed, 1 insertion(+) diff --git a/fs/pipe.c b/fs/pipe.c index bb0840e234f3..4990d92b0849 100644 --- a/fs/pipe.c +++ b/fs/pipe.c @@ -34,6 +34,7 @@ * be set by root in /proc/sys/fs/pipe-max-size */ unsigned int pipe_max_size = 1048576; +EXPORT_SYMBOL(pipe_max_size); /* Maximum allocatable pages per user. Hard limit is unset by default, soft * matches default values. -- 2.17.1