commit | 4fa8e504e5c0d7db9280ac96a4ac92192f1041f5 | [log] [tgz] |
---|---|---|
author | Tobias Regnery <tobias.regnery@gmail.com> | Thu Mar 30 12:34:14 2017 +0200 |
committer | Steve French <smfrench@gmail.com> | Fri Apr 07 08:04:41 2017 -0500 |
tree | ad40f34b68ccfc4e032fe69b5f0144a98bd58834 | |
parent | 620d8745b35daaf507186c26b40c7ea02aed131e [diff] |
CIFS: Fix build failure with smb2 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. Signed-off-by: Tobias Regnery <tobias.regnery@gmail.com> Reviewed-by: Aurelien Aptel <aaptel@suse.com> Signed-off-by: Steve French <smfrench@gmail.com>