* MS_I_VERSION added in 2.6.25
@ 2009-06-26 6:46 ` Michael Kerrisk
0 siblings, 0 replies; 6+ messages in thread
From: Michael Kerrisk @ 2009-06-26 6:46 UTC (permalink / raw)
To: jean-noel.cordenner-6ktuUTfB/bM
Cc: tytso-3s7WtUTddSA, cmm-r/Jw6+rmf7HQT0dZR+AlfA, lkml, linux-man,
mk
Hi,
Linux 2.6.25 added the MS_I_VERSION flag for inode versioning. Some
text on this should be added to the mount(2) man page. Could someone
of you provide a short description of
* What inode versions are used for
* the MS_I_VERSION flag.
Thanks,
Michael
--
Michael Kerrisk
Linux man-pages maintainer; http://www.kernel.org/doc/man-pages/
git://git.kernel.org/pub/scm/docs/man-pages/man-pages.git
man-pages online: http://www.kernel.org/doc/man-pages/online_pages.html
Found a bug? http://www.kernel.org/doc/man-pages/reporting_bugs.html
--
To unsubscribe from this list: send the line "unsubscribe linux-man" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
^ permalink raw reply [flat|nested] 6+ messages in thread
* MS_I_VERSION added in 2.6.25
@ 2009-06-26 6:46 ` Michael Kerrisk
0 siblings, 0 replies; 6+ messages in thread
From: Michael Kerrisk @ 2009-06-26 6:46 UTC (permalink / raw)
To: jean-noel.cordenner; +Cc: tytso, cmm, lkml, linux-man, mk
Hi,
Linux 2.6.25 added the MS_I_VERSION flag for inode versioning. Some
text on this should be added to the mount(2) man page. Could someone
of you provide a short description of
* What inode versions are used for
* the MS_I_VERSION flag.
Thanks,
Michael
--
Michael Kerrisk
Linux man-pages maintainer; http://www.kernel.org/doc/man-pages/
git://git.kernel.org/pub/scm/docs/man-pages/man-pages.git
man-pages online: http://www.kernel.org/doc/man-pages/online_pages.html
Found a bug? http://www.kernel.org/doc/man-pages/reporting_bugs.html
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: MS_I_VERSION added in 2.6.25
2009-06-26 6:46 ` Michael Kerrisk
@ 2009-06-26 17:11 ` Christoph Hellwig
-1 siblings, 0 replies; 6+ messages in thread
From: Christoph Hellwig @ 2009-06-26 17:11 UTC (permalink / raw)
To: mtk.manpages-Re5JQEeQqe8AvxtiuMwx3w
Cc: jean-noel.cordenner-6ktuUTfB/bM, tytso-3s7WtUTddSA,
cmm-r/Jw6+rmf7HQT0dZR+AlfA, lkml, linux-man, mk
On Fri, Jun 26, 2009 at 08:46:34AM +0200, Michael Kerrisk wrote:
> Hi,
>
> Linux 2.6.25 added the MS_I_VERSION flag for inode versioning. Some
> text on this should be added to the mount(2) man page. Could someone
> of you provide a short description of
>
> * What inode versions are used for
I don't think it should be documented. It should never have been a
user-visible option to start with and I'm eventually going to fix that.
The correct way to do this would be a feature flag in the superblock.
--
To unsubscribe from this list: send the line "unsubscribe linux-man" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: MS_I_VERSION added in 2.6.25
@ 2009-06-26 17:11 ` Christoph Hellwig
0 siblings, 0 replies; 6+ messages in thread
From: Christoph Hellwig @ 2009-06-26 17:11 UTC (permalink / raw)
To: mtk.manpages; +Cc: jean-noel.cordenner, tytso, cmm, lkml, linux-man, mk
On Fri, Jun 26, 2009 at 08:46:34AM +0200, Michael Kerrisk wrote:
> Hi,
>
> Linux 2.6.25 added the MS_I_VERSION flag for inode versioning. Some
> text on this should be added to the mount(2) man page. Could someone
> of you provide a short description of
>
> * What inode versions are used for
I don't think it should be documented. It should never have been a
user-visible option to start with and I'm eventually going to fix that.
The correct way to do this would be a feature flag in the superblock.
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: MS_I_VERSION added in 2.6.25
2009-06-26 17:11 ` Christoph Hellwig
@ 2009-06-26 18:45 ` Theodore Tso
-1 siblings, 0 replies; 6+ messages in thread
From: Theodore Tso @ 2009-06-26 18:45 UTC (permalink / raw)
To: Christoph Hellwig
Cc: mtk.manpages-Re5JQEeQqe8AvxtiuMwx3w,
jean-noel.cordenner-6ktuUTfB/bM, cmm-r/Jw6+rmf7HQT0dZR+AlfA, lkml,
linux-man, mk
On Fri, Jun 26, 2009 at 01:11:44PM -0400, Christoph Hellwig wrote:
> On Fri, Jun 26, 2009 at 08:46:34AM +0200, Michael Kerrisk wrote:
> > Hi,
> >
> > Linux 2.6.25 added the MS_I_VERSION flag for inode versioning. Some
> > text on this should be added to the mount(2) man page. Could someone
> > of you provide a short description of
> >
> > * What inode versions are used for
>
> I don't think it should be documented. It should never have been a
> user-visible option to start with and I'm eventually going to fix that.
>
> The correct way to do this would be a feature flag in the superblock.
Agreed, the intention was this was something which NFSv4 would request
of the filesystem, by flipping a bit. I don't see a good reason why a
user would ever want to explicit request 64-bit version numbers, since
they're not even visible to userspace.
- Ted
--
To unsubscribe from this list: send the line "unsubscribe linux-man" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: MS_I_VERSION added in 2.6.25
@ 2009-06-26 18:45 ` Theodore Tso
0 siblings, 0 replies; 6+ messages in thread
From: Theodore Tso @ 2009-06-26 18:45 UTC (permalink / raw)
To: Christoph Hellwig
Cc: mtk.manpages, jean-noel.cordenner, cmm, lkml, linux-man, mk
On Fri, Jun 26, 2009 at 01:11:44PM -0400, Christoph Hellwig wrote:
> On Fri, Jun 26, 2009 at 08:46:34AM +0200, Michael Kerrisk wrote:
> > Hi,
> >
> > Linux 2.6.25 added the MS_I_VERSION flag for inode versioning. Some
> > text on this should be added to the mount(2) man page. Could someone
> > of you provide a short description of
> >
> > * What inode versions are used for
>
> I don't think it should be documented. It should never have been a
> user-visible option to start with and I'm eventually going to fix that.
>
> The correct way to do this would be a feature flag in the superblock.
Agreed, the intention was this was something which NFSv4 would request
of the filesystem, by flipping a bit. I don't see a good reason why a
user would ever want to explicit request 64-bit version numbers, since
they're not even visible to userspace.
- Ted
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2009-06-26 18:46 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-06-26 6:46 MS_I_VERSION added in 2.6.25 Michael Kerrisk
2009-06-26 6:46 ` Michael Kerrisk
[not found] ` <cfd18e0f0906252346v53594fb5u2b2bd630b12ded8e-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2009-06-26 17:11 ` Christoph Hellwig
2009-06-26 17:11 ` Christoph Hellwig
[not found] ` <20090626171144.GA2282-wEGCiKHe2LqWVfeAwA7xHQ@public.gmane.org>
2009-06-26 18:45 ` Theodore Tso
2009-06-26 18:45 ` Theodore Tso
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.