Re: [PATCH] CIFS: Fix build failure with smb2

2017-04-04 Thread Steve French
merged into cifs-2.6.git thx On Thu, Mar 30, 2017 at 6:47 AM, Aurélien Aptel wrote: > Tobias Regnery writes: >> Explicit include the right header to fix this issue. > > uuid.h indeed declares generate_random_uuid(). Looks good to me. > > Reviewed-by: Aurelien Aptel > > -- > Aurélien Aptel / SU

Re: [PATCH] CIFS: Fix build failure with smb2

2017-03-30 Thread Aurélien Aptel
Tobias Regnery writes: > Explicit include the right header to fix this issue. uuid.h indeed declares generate_random_uuid(). Looks good to me. Reviewed-by: Aurelien Aptel -- Aurélien Aptel / SUSE Labs Samba Team GPG: 1839 CB5F 9F5B FB9B AA97 8C99 03C8 A49B 521B D5D3 SUSE Linux GmbH, Maxfelds

[PATCH] CIFS: Fix build failure with smb2

2017-03-30 Thread Tobias Regnery
I saw the following build error during a randconfig build: fs/cifs/smb2ops.c: In function 'smb2_new_lease_key': fs/cifs/smb2ops.c:1104:2: error: implicit declaration of function 'generate_random_uuid' [-Werror=implicit-function-declaration] Explicit include the right header to fix this issue. S