Re: [PATCH 2/2] RFC: iscsi ibft: convert iscsi_ibft module to iscsi boot lib

2010-04-13 Thread Konrad Rzeszutek Wilk
On Monday 12 April 2010 14:06:18 you wrote: From: Mike Christie micha...@cs.wisc.edu This patch just converts the iscsi_ibft module to the iscsi boot sysfs lib module. This patch was made over the ibft-2.6 tree's ibft-1.03 branch:

Re: [PATCH 2/2] RFC: iscsi ibft: convert iscsi_ibft module to iscsi boot lib

2010-04-13 Thread Konrad Rzeszutek Wilk
On Monday 12 April 2010 22:32:33 Mike Christie wrote: On 04/12/2010 09:21 PM, Konrad Rzeszutek Wilk wrote: + * Helper routiners to check to determine if the entry is valid + * in the proper iBFT structure. + */ +static mode_t ibft_check_nic_for(void *data, int type) +{ + struct

Re: [PATCH 2/2] RFC: iscsi ibft: convert iscsi_ibft module to iscsi boot lib

2010-04-13 Thread Peter Jones
On 04/12/2010 10:36 PM, Konrad Rzeszutek Wilk wrote: On Monday 12 April 2010 22:32:33 Mike Christie wrote: On 04/12/2010 09:21 PM, Konrad Rzeszutek Wilk wrote: + * Helper routiners to check to determine if the entry is valid + * in the proper iBFT structure. + */ +static mode_t

[PATCH 2/2] RFC: iscsi ibft: convert iscsi_ibft module to iscsi boot lib

2010-04-12 Thread michaelc
From: Mike Christie micha...@cs.wisc.edu This patch just converts the iscsi_ibft module to the iscsi boot sysfs lib module. This patch was made over the ibft-2.6 tree's ibft-1.03 branch: http://git.kernel.org/?p=linux/kernel/git/konrad/ibft-2.6.git;a=shortlog;h=refs/heads/ibft-1.03

Re: [PATCH 2/2] RFC: iscsi ibft: convert iscsi_ibft module to iscsi boot lib

2010-04-12 Thread Mike Christie
On 04/12/2010 09:21 PM, Konrad Rzeszutek Wilk wrote: + * Helper routiners to check to determine if the entry is valid + * in the proper iBFT structure. + */ +static mode_t ibft_check_nic_for(void *data, int type) +{ + struct ibft_kobject *entry = data; + struct ibft_nic *nic =