From: Al Viro Date: Tue, 2 Sep 2014 23:42:14 +0000 (-0400) Subject: [s390] remove pointless assignment of ->f_op in vmlogrdr ->open() X-Git-Tag: fixes-against-v3.18-rc2~105^2~14 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6b933de642d2726245df98d076cff09bf4d34dde;p=pandora-kernel.git [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 --- Reading git-diff-tree failed