On 13-01-28 12:21 AM, Hannes Reinecke wrote:
> fcoeadm should also be using abstract sockets as the filesystem
> might not be present by the time fcoemon is started.
>
> Signed-off-by: Hannes Reinecke <[email protected]>
> ---
>   fcoe_clif.h |    2 --
>   fcoeadm.c   |   27 ++++++++++++++++++---------
>   fcoemon.c   |   43 ++++++++++---------------------------------
>   3 files changed, 28 insertions(+), 44 deletions(-)
>
> diff --git a/fcoe_clif.h b/fcoe_clif.h
> index e375de2..d67b75f 100644
> --- a/fcoe_clif.h
> +++ b/fcoe_clif.h
> @@ -27,9 +27,7 @@
>   
>   */
>   
> -#define FCM_SRV_DIR "/var/run/fcm"
>   #define CLIF_IFNAME "fcm_clif"
> -#define CLIF_SOCK_FILE FCM_SRV_DIR "/" CLIF_IFNAME
>   
>   #define CLIF_PID_FILE _PATH_VARRUN "fcoemon.pid"
>
I think the CLIF_PID_FILE define needs to be deleted. It's not used at 
all after your series is applied.

Thanks, //Rob
_______________________________________________
fcoe-devel mailing list
[email protected]
http://lists.open-fcoe.org/mailman/listinfo/fcoe-devel

Reply via email to