commit | 6b933de642d2726245df98d076cff09bf4d34dde | [log] [tgz] |
---|---|---|
author | Al Viro <viro@zeniv.linux.org.uk> | Tue Sep 02 19:42:14 2014 -0400 |
committer | Al Viro <viro@zeniv.linux.org.uk> | Thu Oct 09 02:39:13 2014 -0400 |
tree | de1a823ad3cb82f1f40b06aef36d8ff47ce3714a | |
parent | c2e3f5d5f4620bb6568bc559f712ce80222e20cb [diff] |
[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>