login
Login
/
Register
Search
Search this site:
Forums
News
Blogs
Features
Site
Home
»
Mailing list archives
»
linux-kernel
»
2008
»
April
»
20
Re: + nfsd-use-proc_create-to-setup-de-proc_fops.patch added to -mm tree
view
thread
Previous message: [thread] [
date
] [
author
]
Next message: [
thread
] [
date
] [
author
]
[view in full thread]
From: Alexey Dobriyan
Subject:
Re: + nfsd-use-proc_create-to-setup-de-proc_fops.patch added to -mm tree
Date: Sunday, April 20, 2008 - 7:37 am
On Tue, Apr 15, 2008 at 04:55:57PM -0700,
akpm@linux-foundation.org
wrote:
quoted text
> --- a/fs/nfsd/nfsctl.c~nfsd-use-proc_create-to-setup-de-proc_fops > +++ a/fs/nfsd/nfsctl.c
quoted text
> @@ -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);
^^^^^^^^^
quoted text
> 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. --
unsubscribe notice
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to
majordomo@vger.kernel.org
More majordomo info at
http://vger.kernel.org/majordomo-info.html
Please read the FAQ at
http://www.tux.org/lkml/
Previous message: [thread] [
date
] [
author
]
Next message: [
thread
] [
date
] [
author
]
Messages in current thread:
Re: + nfsd-use-proc_create-to-setup-de-proc_fops.patch add ...
, Alexey Dobriyan
, (Sun Apr 20, 7:37 am)
Re: + nfsd-use-proc_create-to-setup-de-proc_fops.patch add ...
, Denis V. Lunev
, (Sun Apr 20, 9:21 am)
Re: + nfsd-use-proc_create-to-setup-de-proc_fops.patch add ...
, Alexey Dobriyan
, (Sun Apr 20, 11:48 am)
Navigation
Mailing list archives
Recent posts
Popular discussions
linux-kernel
:
Greg KH
Og dreams of kernels
Jens Axboe
[PATCH 31/33] Fusion: sg chaining support
Arnd Bergmann
Re: finding your own dead "CONFIG_" variables
Mark Brown
[PATCH 2/2] Subject: natsemi: Allow users to disable workaround for DspCfg reset
Tony Breeds
[LGUEST] Look in object dir for .config
git
:
Brian Downing
Re: Git in a Nutshell guide
John Benes
Re: master has some toys
Matthias Lederhofer
[PATCH 4/7] introduce GIT_WORK_TREE to specify the work tree
Alexander Sulfrian
[RFC/PATCH] RE: git calls SSH_ASKPASS even if DISPLAY is not set
Junio C Hamano
Re: Rss produced by git is not valid xml?
git-commits-head
:
Linux Kernel Mailing List
iSeries: fix section mismatch in iseries_veth
Linux Kernel Mailing List
ixbge: remove TX lock and redo TX accounting.
Linux Kernel Mailing List
ixgbe: fix several counter register errata
Linux Kernel Mailing List
b43: fix build with CONFIG_SSB_PCIHOST=n
Linux Kernel Mailing List
9p: block-based virtio client