提交 90e54e36 编写于 作者: A Al Viro 提交者: Mike Marshall

orangefs: ->poll() doesn't need spinlock

not just for list_empty()...
Signed-off-by: NAl Viro <viro@zeniv.linux.org.uk>
Signed-off-by: NMike Marshall <hubcap@omnibond.com>
上级 8016387c
...@@ -941,10 +941,8 @@ static unsigned int orangefs_devreq_poll(struct file *file, ...@@ -941,10 +941,8 @@ static unsigned int orangefs_devreq_poll(struct file *file,
poll_wait(file, &orangefs_request_list_waitq, poll_table); poll_wait(file, &orangefs_request_list_waitq, poll_table);
spin_lock(&orangefs_request_list_lock);
if (!list_empty(&orangefs_request_list)) if (!list_empty(&orangefs_request_list))
poll_revent_mask |= POLL_IN; poll_revent_mask |= POLL_IN;
spin_unlock(&orangefs_request_list_lock);
return poll_revent_mask; return poll_revent_mask;
} }
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册