[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20080420143759.GB32520@martell.zuzino.mipt.ru>
Date: Sun, 20 Apr 2008 18:37:59 +0400
From: Alexey Dobriyan <adobriyan@...il.com>
To: akpm@...ux-foundation.org
Cc: linux-kernel@...r.kernel.org, den@...nvz.org, bfields@...ldses.org,
ebiederm@...ssion.com, neilb@...e.de
Subject: Re: + nfsd-use-proc_create-to-setup-de-proc_fops.patch added to
-mm tree
On Tue, Apr 15, 2008 at 04:55:57PM -0700, akpm@...ux-foundation.org wrote:
> --- a/fs/nfsd/nfsctl.c~nfsd-use-proc_create-to-setup-de-proc_fops
> +++ a/fs/nfsd/nfsctl.c
> @@ -736,10 +737,9 @@ static int create_proc_exports_entry(voi
> entry = proc_mkdir("fs/nfs", NULL);
> if (!entry)
> return -ENOMEM;
> - entry = create_proc_entry("fs/nfs/exports", 0, NULL);
> + entry = proc_create("exports", 0, entry, &exports_operations);
^^^^^^^^^
> if (!entry)
> return -ENOMEM;
> - entry->proc_fops = &exports_operations;
"fs/nfs/exports" is used in full in this file. And line will fit into
80 columns.
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists