commit | ff38c083ad3bb8dbbed80aa9090fcc96bc4af7db | [log] [tgz] |
---|---|---|
author | David Jenni <dave.j@gmx.ch> | Wed Feb 23 16:51:05 2011 +0100 |
committer | Al Viro <viro@zeniv.linux.org.uk> | Mon Mar 21 00:16:09 2011 -0400 |
tree | cdd971dd9ecb86644560eb415daca9ee1dba91b3 | |
parent | eaae668d01e15435cf977cced3975ccc436257fc [diff] [blame] |
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>
diff --git a/fs/fifo.c b/fs/fifo.c index 4e303c2..b1a524d 100644 --- a/fs/fifo.c +++ b/fs/fifo.c
@@ -66,8 +66,7 @@ /* 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;