Re: + nfsd-use-proc_create-to-setup-de-proc_fops.patch added to -mm tree
- From: Alexey Dobriyan <adobriyan@xxxxxxxxx>
- Date: Sun, 20 Apr 2008 22:48:48 +0400
On Sun, Apr 20, 2008 at 08:21:49PM +0400, Denis V. Lunev wrote:
On Sun, 2008-04-20 at 18:37 +0400, Alexey Dobriyan wrote:
On Tue, Apr 15, 2008 at 04:55:57PM -0700, akpm@xxxxxxxxxxxxxxxxxxxx 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);
This is a pde for fs/nfs.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.
Yes, why change it?
So, this will be slightly less operations in my case.
It's done once per module loading, so nobody cares.
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
- References:
- Re: + nfsd-use-proc_create-to-setup-de-proc_fops.patch added to -mm tree
- From: Alexey Dobriyan
- Re: + nfsd-use-proc_create-to-setup-de-proc_fops.patch added to -mm tree
- From: Denis V. Lunev
- Re: + nfsd-use-proc_create-to-setup-de-proc_fops.patch added to -mm tree
- Prev by Date: Re: x86: 4kstacks default
- Next by Date: Re: [PATCH 1/2] OLPC: Add support for calling into Open Firmware
- Previous by thread: Re: + nfsd-use-proc_create-to-setup-de-proc_fops.patch added to -mm tree
- Next by thread: Re: + afs-use-non-racy-method-for-proc-entries-creation.patch added to -mm tree
- Index(es):
Relevant Pages
|