]> git.baikalelectronics.ru Git - kernel.git/commit
[s390] remove pointless assignment of ->f_op in vmlogrdr ->open()
authorAl Viro <viro@zeniv.linux.org.uk>
Tue, 2 Sep 2014 23:42:14 +0000 (19:42 -0400)
committerAl Viro <viro@zeniv.linux.org.uk>
Thu, 9 Oct 2014 06:39:13 +0000 (02:39 -0400)
commit7c7e51f728082f31b97806efb2260c52ed2658c1
treede1a823ad3cb82f1f40b06aef36d8ff47ce3714a
parent1ab1942e1f7b6ff592d32b029768b5020d110d4a
[s390] remove pointless assignment of ->f_op in vmlogrdr ->open()

The only way we can get to that function is from misc_open(), after
the latter has set file->f_op to exactly the same value we are
(re)assigning there.

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
drivers/s390/char/vmlogrdr.c