]> 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)
commitaabc7516865dc7b581b1659ab44ac0f1f6475cfb
tree4c859e9e9cdcddf7bb5d073fcbc434818d135963
parentcd390fbf3b6b22ade9aee008d6f409d0bdbd8b1a
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 db3b2660977d ("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