public inbox for linux-xfs@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/1] Documentation: correct XFS defaults for ikeep/noikeep mount options
@ 2008-02-18  6:32 Josef 'Jeff' Sipek
  2008-02-22  4:10 ` Christoph Hellwig
  0 siblings, 1 reply; 3+ messages in thread
From: Josef 'Jeff' Sipek @ 2008-02-18  6:32 UTC (permalink / raw)
  To: xfs, hch; +Cc: Josef 'Jeff' Sipek

Signed-off-by: Josef 'Jeff' Sipek <jeffpc@josefsipek.net>
---
 Documentation/filesystems/xfs.txt |    7 ++++---
 1 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/Documentation/filesystems/xfs.txt b/Documentation/filesystems/xfs.txt
index 74aeb14..655bdfe 100644
--- a/Documentation/filesystems/xfs.txt
+++ b/Documentation/filesystems/xfs.txt
@@ -59,9 +59,10 @@ When mounting an XFS filesystem, the following options are accepted.
 
   ikeep/noikeep
 	When inode clusters are emptied of inodes, keep them around
-	on the disk (ikeep) - this is the traditional XFS behaviour
-	and is still the default for now.  Using the noikeep option,
-	inode clusters are returned to the free space pool.
+	on the disk (ikeep) - this is the traditional XFS behaviour.
+	Using the noikeep option, inode clusters are returned to the
+	free space pool. noikeep is the default for non-DMAPI mounts,
+	while ikeep is the default when DMAPI is in use.
 
   inode64
 	Indicates that XFS is allowed to create inodes at any location
-- 
1.5.4.rc2.85.g9de45-dirty

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH 1/1] Documentation: correct XFS defaults for ikeep/noikeep mount options
  2008-02-18  6:32 [PATCH 1/1] Documentation: correct XFS defaults for ikeep/noikeep mount options Josef 'Jeff' Sipek
@ 2008-02-22  4:10 ` Christoph Hellwig
  2008-03-25 21:36   ` Josef 'Jeff' Sipek
  0 siblings, 1 reply; 3+ messages in thread
From: Christoph Hellwig @ 2008-02-22  4:10 UTC (permalink / raw)
  To: Josef 'Jeff' Sipek; +Cc: xfs, hch

Looks good to me.

On Mon, Feb 18, 2008 at 01:32:38AM -0500, Josef 'Jeff' Sipek wrote:
> Signed-off-by: Josef 'Jeff' Sipek <jeffpc@josefsipek.net>
> ---
>  Documentation/filesystems/xfs.txt |    7 ++++---
>  1 files changed, 4 insertions(+), 3 deletions(-)
> 
> diff --git a/Documentation/filesystems/xfs.txt b/Documentation/filesystems/xfs.txt
> index 74aeb14..655bdfe 100644
> --- a/Documentation/filesystems/xfs.txt
> +++ b/Documentation/filesystems/xfs.txt
> @@ -59,9 +59,10 @@ When mounting an XFS filesystem, the following options are accepted.
>  
>    ikeep/noikeep
>  	When inode clusters are emptied of inodes, keep them around
> -	on the disk (ikeep) - this is the traditional XFS behaviour
> -	and is still the default for now.  Using the noikeep option,
> -	inode clusters are returned to the free space pool.
> +	on the disk (ikeep) - this is the traditional XFS behaviour.
> +	Using the noikeep option, inode clusters are returned to the
> +	free space pool. noikeep is the default for non-DMAPI mounts,
> +	while ikeep is the default when DMAPI is in use.
>  
>    inode64
>  	Indicates that XFS is allowed to create inodes at any location
> -- 
> 1.5.4.rc2.85.g9de45-dirty
> 
> 
---end quoted text---

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH 1/1] Documentation: correct XFS defaults for ikeep/noikeep mount options
  2008-02-22  4:10 ` Christoph Hellwig
@ 2008-03-25 21:36   ` Josef 'Jeff' Sipek
  0 siblings, 0 replies; 3+ messages in thread
From: Josef 'Jeff' Sipek @ 2008-03-25 21:36 UTC (permalink / raw)
  To: Christoph Hellwig; +Cc: xfs

On Thu, Feb 21, 2008 at 11:10:36PM -0500, Christoph Hellwig wrote:
> Looks good to me.

Any word on this critical patch? ;)

Josef 'Jeff' Sipek.

> On Mon, Feb 18, 2008 at 01:32:38AM -0500, Josef 'Jeff' Sipek wrote:
> > Signed-off-by: Josef 'Jeff' Sipek <jeffpc@josefsipek.net>
> > ---
> >  Documentation/filesystems/xfs.txt |    7 ++++---
> >  1 files changed, 4 insertions(+), 3 deletions(-)
> > 
> > diff --git a/Documentation/filesystems/xfs.txt b/Documentation/filesystems/xfs.txt
> > index 74aeb14..655bdfe 100644
> > --- a/Documentation/filesystems/xfs.txt
> > +++ b/Documentation/filesystems/xfs.txt
> > @@ -59,9 +59,10 @@ When mounting an XFS filesystem, the following options are accepted.
> >  
> >    ikeep/noikeep
> >  	When inode clusters are emptied of inodes, keep them around
> > -	on the disk (ikeep) - this is the traditional XFS behaviour
> > -	and is still the default for now.  Using the noikeep option,
> > -	inode clusters are returned to the free space pool.
> > +	on the disk (ikeep) - this is the traditional XFS behaviour.
> > +	Using the noikeep option, inode clusters are returned to the
> > +	free space pool. noikeep is the default for non-DMAPI mounts,
> > +	while ikeep is the default when DMAPI is in use.
> >  
> >    inode64
> >  	Indicates that XFS is allowed to create inodes at any location
> > -- 
> > 1.5.4.rc2.85.g9de45-dirty
> > 
> > 
> ---end quoted text---
> 

-- 
A CRAY is the only computer that runs an endless loop in just 4 hours...

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2008-03-25 22:25 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-02-18  6:32 [PATCH 1/1] Documentation: correct XFS defaults for ikeep/noikeep mount options Josef 'Jeff' Sipek
2008-02-22  4:10 ` Christoph Hellwig
2008-03-25 21:36   ` Josef 'Jeff' Sipek

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox