提交 ff38c083 编写于 作者: D David Jenni 提交者: Al Viro

Filesystem: fifo: Fixed coding style issue.

Fixed coding style issue.
Signed-off-by: NDavid Jenni <dave.j@gmx.ch>
Signed-off-by: NAl Viro <viro@zeniv.linux.org.uk>
上级 eaae668d
......@@ -66,8 +66,7 @@ static int fifo_open(struct inode *inode, struct file *filp)
/* suppress POLLHUP until we have
* seen a writer */
filp->f_version = pipe->w_counter;
} else
{
} else {
wait_for_partner(inode, &pipe->w_counter);
if(signal_pending(current))
goto err_rd;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册