]> git.baikalelectronics.ru Git - kernel.git/commit
Fix build break when freezer not configured
authorSteve French <smfrench@gmail.com>
Tue, 25 Oct 2011 15:02:53 +0000 (10:02 -0500)
committerSteve French <smfrench@gmail.com>
Thu, 27 Oct 2011 21:53:40 +0000 (16:53 -0500)
commit95860ed5ffa092dce76d14081749d00e8e61e670
tree4c859e9e9cdcddf7bb5d073fcbc434818d135963
parent5eb97e087c96b0f1d31e7ee61239c4f676e3d428
Fix build break when freezer not configured

fs/cifs/transport.c: In function 'wait_for_response':
fs/cifs/transport.c:328: error: implicit declaration of function 'wait_event_freezekillable'

Caused by commit b05a234304e1 ("cifs, freezer: add
wait_event_freezekillable and have cifs use it").  In this config,
CONFIG_FREEZER is not set.

Reviewed-by: Shirish Pargaonkar <shirishp@us.ibm.com>
CC: Jeff Layton <jlayton@redhat.com>
Signed-off-by: Steve French <smfrench@gmail.com>
include/linux/freezer.h