target: writev() on single-element vector is pointless
authorAl Viro <viro@zeniv.linux.org.uk>
Sat, 23 Feb 2013 20:22:43 +0000 (15:22 -0500)
committerAl Viro <viro@zeniv.linux.org.uk>
Tue, 26 Feb 2013 07:46:11 +0000 (02:46 -0500)
... in other news:
filp_open() can't return a struct file with NULL dentry
filp_open() can't return a struct file negative dentry
filp_close() of something that never had been in any descriptor
tables is pointless - fput() is all you need

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>

No differences found