git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e84f9e5
)
dmxdev: get rid of pointless clearing ->f_op
author
Al Viro
<viro@zeniv.linux.org.uk>
Sun, 22 Sep 2013 18:33:32 +0000
(14:33 -0400)
committer
Al Viro
<viro@zeniv.linux.org.uk>
Fri, 25 Oct 2013 03:34:53 +0000
(23:34 -0400)
nobody else will see that struct file after return from ->release()
anyway; just leave ->f_op as is and let __fput() do that fops_put().
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
No differences found