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)
commit0e9b10a90f1c30f25dd6f130130240745ab14010
treebd77dadf79f5c4b5e859e42815d33eb284faa086
parent7bb307e894d51308aa0582a8c4cc5875bbc645b9
target: writev() on single-element vector is pointless

... 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>
drivers/target/target_core_alua.c
drivers/target/target_core_pr.c
This page took 0.02502 seconds and 5 git commands to generate.