All of lore.kernel.org
 help / color / mirror / Atom feed
* Bad extra hunk at pan_layout driver pathes
@ 2011-08-11 22:26 Boaz Harrosh
  2011-08-12  7:54 ` Benny Halevy
  0 siblings, 1 reply; 2+ messages in thread
From: Boaz Harrosh @ 2011-08-11 22:26 UTC (permalink / raw)
  To: Benny Halevy, NFS list

Hi Benny

In your pNFS git tree at patch:
	99432a3 pnfs-obj: panlayout: panfs_shim objects IO engine

There is an extra hunk at Kconfig re-adding the PNFS_BLOCKS See below

> diff --git a/fs/nfs/Kconfig b/fs/nfs/Kconfig
> index be02077..4f42384 100644
> --- a/fs/nfs/Kconfig
> +++ b/fs/nfs/Kconfig
> @@ -104,6 +104,24 @@ config PNFS_OBJLAYOUT
>  
>  	  If unsure, say N.
>  
> +config PNFS_PANLAYOUT
> +	tristate "Provide support for the Panasas OSD Layout Driver for NFSv4.1 pNFS (EXPERIMENTAL)"
> +	depends on PNFS_OBJLAYOUT
> +	help
> +	  Say M or y here if you want your pNFS client to support the Panasas OSD Layout Driver.
> +
> +	  If unsure, say N.
> +

vvvvv Below is not needed

> +config PNFS_BLOCK
> +	tristate "Provide a pNFS block client (EXPERIMENTAL)"
> +	depends on NFS_FS && NFS_V4_1
> +	select MD
> +	select BLK_DEV_DM
> +	help
> +	  Say M or y here if you want your pNfs client to support the block protocol
> +
> +	  If unsure, say N.
> +

Please remove it below is a reverting diff

Thanks
>  config ROOT_NFS
>  	bool "Root file system on NFS"
>  	depends on NFS_FS=y && IP_PNP

---

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

* Re: Bad extra hunk at pan_layout driver pathes
  2011-08-11 22:26 Bad extra hunk at pan_layout driver pathes Boaz Harrosh
@ 2011-08-12  7:54 ` Benny Halevy
  0 siblings, 0 replies; 2+ messages in thread
From: Benny Halevy @ 2011-08-12  7:54 UTC (permalink / raw)
  To: Boaz Harrosh; +Cc: Benny Halevy, NFS list

On 2011-08-12 01:26, Boaz Harrosh wrote:
> Hi Benny
> 
> In your pNFS git tree at patch:
> 	99432a3 pnfs-obj: panlayout: panfs_shim objects IO engine
> 
> There is an extra hunk at Kconfig re-adding the PNFS_BLOCKS See below
> 
>> diff --git a/fs/nfs/Kconfig b/fs/nfs/Kconfig
>> index be02077..4f42384 100644
>> --- a/fs/nfs/Kconfig
>> +++ b/fs/nfs/Kconfig
>> @@ -104,6 +104,24 @@ config PNFS_OBJLAYOUT
>>  
>>  	  If unsure, say N.
>>  
>> +config PNFS_PANLAYOUT
>> +	tristate "Provide support for the Panasas OSD Layout Driver for NFSv4.1 pNFS (EXPERIMENTAL)"
>> +	depends on PNFS_OBJLAYOUT
>> +	help
>> +	  Say M or y here if you want your pNFS client to support the Panasas OSD Layout Driver.
>> +
>> +	  If unsure, say N.
>> +
> 
> vvvvv Below is not needed
> 
>> +config PNFS_BLOCK
>> +	tristate "Provide a pNFS block client (EXPERIMENTAL)"
>> +	depends on NFS_FS && NFS_V4_1
>> +	select MD
>> +	select BLK_DEV_DM
>> +	help
>> +	  Say M or y here if you want your pNfs client to support the block protocol
>> +
>> +	  If unsure, say N.
>> +
> 
> Please remove it below is a reverting diff
> 
> Thanks
>>  config ROOT_NFS
>>  	bool "Root file system on NFS"
>>  	depends on NFS_FS=y && IP_PNP
> 
> ---
> From 5f183d5217b7714c848913f939c6d79b725e652b Mon Sep 17 00:00:00 2001
> From: Boaz Harrosh <bharrosh@panasas.com>
> Date: Thu, 11 Aug 2011 15:23:06 -0700
> Subject: [PATCH] SQUASHME: pnfs-obj: panlayout: Remove a miss-merge in Kconfig
> 
> Looks like a rebase fallout
> 
> Signed-off-by: Boaz Harrosh <bharrosh@panasas.com>
> ---
>  fs/nfs/Kconfig |   10 ----------
>  1 files changed, 0 insertions(+), 10 deletions(-)
> 
> diff --git a/fs/nfs/Kconfig b/fs/nfs/Kconfig
> index ad5aed0..26448dc 100644
> --- a/fs/nfs/Kconfig
> +++ b/fs/nfs/Kconfig
> @@ -106,16 +106,6 @@ config PNFS_PANLAYOUT
>  
>  	  If unsure, say N.
>  
> -config PNFS_BLOCK
> -	tristate "Provide a pNFS block client (EXPERIMENTAL)"
> -	depends on NFS_FS && NFS_V4_1
> -	select MD
> -	select BLK_DEV_DM
> -	help
> -	  Say M or y here if you want your pNfs client to support the block protocol
> -
> -	  If unsure, say N.
> -
>  config ROOT_NFS
>  	bool "Root file system on NFS"
>  	depends on NFS_FS=y && IP_PNP

Grr, sorry about that.
Fixed.  Thanks for spotting!

Benny

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

end of thread, other threads:[~2011-08-12  7:54 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-08-11 22:26 Bad extra hunk at pan_layout driver pathes Boaz Harrosh
2011-08-12  7:54 ` Benny Halevy

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.