]> git.baikalelectronics.ru Git - kernel.git/commit
dmxdev: get rid of pointless clearing ->f_op
authorAl Viro <viro@zeniv.linux.org.uk>
Sun, 22 Sep 2013 18:33:32 +0000 (14:33 -0400)
committerAl Viro <viro@zeniv.linux.org.uk>
Fri, 25 Oct 2013 03:34:53 +0000 (23:34 -0400)
commit4b5b9b23af48af2ffce8c1a9bce70b1c611c6080
tree8865b6c51a586fb888737308c41d95fa510010ba
parent443213007fc79925b39c7deeff80009f6564dbab
dmxdev: get rid of pointless clearing ->f_op

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>
drivers/media/dvb-core/dmxdev.c