login
Login
/
Register
Search
Forums
News
Blogs
Features
Site
Home
»
Mailing list archives
»
linux-kernel
»
2008
»
February
»
28
Re: [PATCH 2/4] autofs4 - add mount option to display mount device
view
thread
!MAILaRCHIVE_VOTE_RePLACE
Previous message: [
thread
] [
date
] [
author
]
Next message: [
thread
] [
date
] [
author
]
[view in full thread]
From:
Andrew Morton <akpm@...>
To: Ian Kent <raven@...>
Cc: Kernel Mailing List <linux-kernel@...>, autofs mailing list <autofs@...>, linux-fsdevel <linux-fsdevel@...>
Subject:
Re: [PATCH 2/4] autofs4 - add mount option to display mount device
Date: Thursday, February 28, 2008 - 1:17 am
On Tue, 26 Feb 2008 13:29:07 +0900 (WST) Ian Kent <raven@themaw.net> wrote:
quoted text
> --- linux-2.6.25-rc2-mm1/fs/autofs4/inode.c.add-mount-device-display-option 2008-02-20 13:01:06.000000000 +0900 > +++ linux-2.6.25-rc2-mm1/fs/autofs4/inode.c 2008-02-20 13:03:45.000000000 +0900 > @@ -190,6 +190,7 @@ static int autofs4_show_options(struct s > seq_printf(m, ",timeout=%lu", sbi->exp_timeout/HZ); > seq_printf(m, ",minproto=%d", sbi->min_proto); > seq_printf(m, ",maxproto=%d", sbi->max_proto); > + seq_printf(m, ",dev=%d", autofs4_get_dev(sbi));
%u would be more appropriate here. --
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:
[PATCH 0/4] autofs4 - autofs needs a miscelaneous device for...
, Ian Kent
, (Mon Feb 25, 11:21 pm)
Re: [PATCH 0/4] autofs4 - autofs needs a miscelaneous device...
, Andrew Morton
, (Thu Feb 28, 12:40 am)
Re: [PATCH 0/4] autofs4 - autofs needs a miscelaneous device...
, Ian Kent
, (Thu Feb 28, 2:07 am)
[PATCH 2/4] autofs4 - add mount option to display mount device
, Ian Kent
, (Tue Feb 26, 12:29 am)
Re: [PATCH 2/4] autofs4 - add mount option to display mount ...
, Andrew Morton
, (Thu Feb 28, 1:17 am)
[PATCH 4/4] autofs4 - add miscelaneous device for ioctls
, Ian Kent
, (Mon Feb 25, 11:23 pm)
Re: [PATCH 4/4] autofs4 - add miscelaneous device for ioctls
, Andrew Morton
, (Thu Feb 28, 1:17 am)
Re: [PATCH 4/4] autofs4 - add miscelaneous device for ioctls
, Ian Kent
, (Fri Feb 29, 12:24 pm)
Re: [PATCH 4/4] autofs4 - add miscelaneous device for ioctls
, Ian Kent
, (Fri Apr 11, 3:02 am)
Re: [PATCH 4/4] autofs4 - add miscelaneous device for ioctls
, Andrew Morton
, (Sat Apr 12, 12:03 am)
Re: [PATCH 4/4] autofs4 - add miscelaneous device for ioctls
, Ian Kent
, (Mon Apr 14, 12:45 am)
Re: [PATCH 4/4] autofs4 - add miscelaneous device for ioctls
, Ian Kent
, (Thu Feb 28, 2:18 am)
[RFC] Re: [PATCH 4/4] autofs4 - add miscelaneous device for ...
, Ian Kent
, (Thu Mar 13, 3:00 am)
Re: [RFC] Re: [PATCH 4/4] autofs4 - add miscelaneous device ...
, Thomas Graf
, (Fri Mar 14, 8:45 am)
Re: [RFC] Re: [PATCH 4/4] autofs4 - add miscelaneous device ...
, Ian Kent
, (Fri Mar 14, 10:10 am)
Re: [RFC] Re: [PATCH 4/4] autofs4 - add miscelaneous device ...
, Ian Kent
, (Thu Mar 13, 10:45 pm)
[PATCH 3/4] autofs4 - track uid and gid of last mount reques...
, Ian Kent
, (Mon Feb 25, 11:23 pm)
Re: [PATCH 3/4] autofs4 - track uid and gid of last mount re...
, Andrew Morton
, (Thu Feb 28, 12:45 am)
Re: [PATCH 3/4] autofs4 - track uid and gid of last mount re...
, Ian Kent
, (Thu Feb 28, 2:22 am)
Re: [PATCH 3/4] autofs4 - track uid and gid of last mount re...
, Andrew Morton
, (Thu Feb 28, 2:37 am)
Re: [PATCH 3/4] autofs4 - track uid and gid of last mount re...
, Ian Kent
, (Thu Feb 28, 3:08 am)
Re: [PATCH 3/4] autofs4 - track uid and gid of last mount re...
, Pavel Emelyanov
, (Thu Feb 28, 3:51 am)
Re: [PATCH 3/4] autofs4 - track uid and gid of last mount re...
, Eric W. Biederman
, (Thu Feb 28, 4:33 pm)
Re: [PATCH 3/4] autofs4 - track uid and gid of last mount re...
, Andrew Morton
, (Thu Feb 28, 3:59 am)
Re: [PATCH 3/4] autofs4 - track uid and gid of last mount re...
, Ian Kent
, (Thu Feb 28, 4:06 am)
Re: [autofs] [PATCH 3/4] autofs4 - track uid and gid of last...
, Fabio Olive Leite
, (Thu Feb 28, 8:31 am)
Re: [PATCH 3/4] autofs4 - track uid and gid of last mount re...
, Andrew Morton
, (Thu Feb 28, 3:23 am)
Re: [PATCH 3/4] autofs4 - track uid and gid of last mount re...
, Ian Kent
, (Thu Feb 28, 4:00 am)
Re: [PATCH 3/4] autofs4 - track uid and gid of last mount re...
, Jeff Moyer
, (Thu Feb 28, 1:13 pm)
Re: [PATCH 3/4] autofs4 - track uid and gid of last mount re...
, Serge E. Hallyn
, (Thu Feb 28, 3:51 pm)
Re: [PATCH 3/4] autofs4 - track uid and gid of last mount re...
, Ian Kent
, (Thu Feb 28, 11:32 pm)
Re: [PATCH 3/4] autofs4 - track uid and gid of last mount re...
, Serge E. Hallyn
, (Fri Feb 29, 12:09 pm)
Re: [PATCH 3/4] autofs4 - track uid and gid of last mount re...
, Eric W. Biederman
, (Sat Mar 1, 9:13 pm)
Re: [PATCH 3/4] autofs4 - track uid and gid of last mount re...
, Serge E. Hallyn
, (Mon Mar 3, 11:28 am)
Re: [PATCH 3/4] autofs4 - track uid and gid of last mount re...
, Eric W. Biederman
, (Tue Mar 4, 6:16 pm)
Re: [PATCH 3/4] autofs4 - track uid and gid of last mount re...
, Eric W. Biederman
, (Sat Mar 1, 8:49 pm)
Re: [PATCH 3/4] autofs4 - track uid and gid of last mount re...
, Pavel Emelyanov
, (Fri Feb 29, 12:20 pm)
Re: [PATCH 3/4] autofs4 - track uid and gid of last mount re...
, Serge E. Hallyn
, (Fri Feb 29, 1:42 pm)
Re: [PATCH 3/4] autofs4 - track uid and gid of last mount re...
, Ian Kent
, (Tue Feb 26, 1:14 am)
[PATCH 1/4] autofs4 - check for invalid dentry in getpath
, Ian Kent
, (Mon Feb 25, 11:22 pm)
Navigation
Create content
Mailing list archives
Recent posts
Popular discussions
linux-kernel
:
Sunil Naidu
Re: Linux 2.6.20-rc6
Alan Cox
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3
Chris Snook
Re: init's children list is long and slows reaping children.
Greg Kroah-Hartman
[PATCH 001/196] Chinese: Add the known_regression URI to the HOWTO
git
:
openbsd-misc
:
linux-netdev
:
Jarek Poplawski
[PATCH] pkt_sched: Destroy gen estimators under rtnl_lock().
David Miller
[GIT]: Networking
Gerrit Renker
[PATCH 27/37] dccp: Integration of dynamic feature activation - part 2 (server side)
Eric W. Biederman
Re: [PATCH 10/11] avoid kobject name conflict with different namespaces
Colocation donated by:
Who's online
There are currently
1 user
and
904 guests
online.
Online users
strcmp
Syndicate