mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-01-24 09:13:20 -05:00
Filesystem: fifo: Fixed coding style issue.
Fixed coding style issue. Signed-off-by: David Jenni <dave.j@gmx.ch> Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
This commit is contained in:
parent
eaae668d01
commit
ff38c083ad
1 changed files with 1 additions and 2 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue