commit | f868089b09b51bd17ee41dedb96f98a1d0952fec | [log] [tgz] |
---|---|---|
author | Trond Myklebust <trond.myklebust@primarydata.com> | Thu May 29 11:45:57 2014 -0400 |
committer | Trond Myklebust <trond.myklebust@primarydata.com> | Thu May 29 12:12:27 2014 -0400 |
tree | bb7b2c8503616cea06eba345d7b47cc479695d24 | |
parent | c1109558ae0f07a3434357cd26203bfc7adfea75 [diff] |
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 <trond.myklebust@primarydata.com>