[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <693015a3-5ead-9cd6-e95b-5b246722166b@linux.alibaba.com>
Date: Sun, 26 Jan 2020 09:35:06 +0800
From: Joseph Qi <joseph.qi@...ux.alibaba.com>
To: Alex Shi <alex.shi@...ux.alibaba.com>,
Andrew Morton <akpm@...ux-foundation.org>
Cc: Mark Fasheh <mark@...heh.com>, Joel Becker <jlbec@...lplan.org>,
ocfs2-devel@....oracle.com, linux-kernel@...r.kernel.org
Subject: Re: [PATCH] OCFS2: remove FS_OCFS2_NM
On 20/1/21 11:36, Alex Shi wrote:
> This macro is't used from commit ab09203e302b ("sysctl fs: Remove
> dead binary sysctl support"). Better to remove it.
>
> Signed-off-by: Alex Shi <alex.shi@...ux.alibaba.com>
> Cc: Mark Fasheh <mark@...heh.com>
> Cc: Joel Becker <jlbec@...lplan.org>
> Cc: Joseph Qi <joseph.qi@...ux.alibaba.com>
> Cc: ocfs2-devel@....oracle.com
> Cc: linux-kernel@...r.kernel.org
Acked-by: Joseph Qi <joseph.qi@...ux.alibaba.com>
> ---
> fs/ocfs2/stackglue.c | 2 --
> 1 file changed, 2 deletions(-)
>
> diff --git a/fs/ocfs2/stackglue.c b/fs/ocfs2/stackglue.c
> index 8aa6a667860c..a191094694c6 100644
> --- a/fs/ocfs2/stackglue.c
> +++ b/fs/ocfs2/stackglue.c
> @@ -656,8 +656,6 @@ static int ocfs2_sysfs_init(void)
> * and easier to preserve the name.
> */
>
> -#define FS_OCFS2_NM 1
> -
> static struct ctl_table ocfs2_nm_table[] = {
> {
> .procname = "hb_ctl_path",
>
Powered by blists - more mailing lists