From: Trond Myklebust Date: Thu, 29 May 2014 15:45:57 +0000 (-0400) Subject: NFS: Fix a potential busy wait in nfs_page_group_lock X-Git-Tag: omap-for-v3.16/fixes-against-rc1~64^2~11 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f868089b09b51bd17ee41dedb96f98a1d0952fec;p=pandora-kernel.git NFS: Fix a potential busy wait in nfs_page_group_lock We cannot allow nfs_page_group_lock to use TASK_KILLABLE here, since the loop would cause a busy wait if somebody kills the task. Signed-off-by: Trond Myklebust --- Reading git-diff-tree failed