Re: GFS2 Filesystem [13/16]

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Hi!

>  Documentation/filesystems/gfs2.txt |   44 +++++++++++++++++++++++++++++++++++
>  fs/Kconfig                         |    6 ++--
>  fs/Makefile                        |    2 +
>  fs/gfs2/Kconfig                    |   46 +++++++++++++++++++++++++++++++++++++
>  fs/gfs2/Makefile                   |   42 +++++++++++++++++++++++++++++++++
>  5 files changed, 137 insertions(+), 3 deletions(-)
> 
> --- a/fs/Kconfig
> +++ b/fs/Kconfig
> @@ -883,8 +884,6 @@ config CONFIGFS_FS
>  	  Both sysfs and configfs can and should exist together on the
>  	  same system. One is not a replacement for the other.
>  
> -	  If unsure, say N.
> -

Why? Most users probably still want configfs_fs=N.

> @@ -1327,7 +1326,7 @@ config UFS_FS
>  
>  config UFS_FS_WRITE
>  	bool "UFS file system write support (DANGEROUS)"
> -	depends on UFS_FS && EXPERIMENTAL
> +	depends on UFS_FS && EXPERIMENTAL && BROKEN
>  	help

Well, maybe, but I thought this is gfs2 patch...


> +To use gfs as a local file system, no external clustering systems are
> +needed, simply:
> +
> +  $ mkfs -t gfs2 -p lock_nolock -j 1 /dev/block_device
> +  $ mount -t gfs2 /dev/block_device /dir
> +
> +GFS2 is not on-disk compatible with previous versions of GFS.
> +
> +The following man pages can be found at the URL above:
> +  gfs2_mkfs	to make a filesystem

I thought conventional name would be mkfs.gfs2 ... could you use that
variant?

								Pavel
-- 
Thanks, Sharp!
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

[Index of Archives]     [Kernel Newbies]     [Netfilter]     [Bugtraq]     [Photo]     [Stuff]     [Gimp]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Video 4 Linux]     [Linux for the blind]     [Linux Resources]
  Powered by Linux