From: Al Viro Date: Sun, 22 Sep 2013 18:33:32 +0000 (-0400) Subject: dmxdev: get rid of pointless clearing ->f_op X-Git-Tag: v3.13-rc1~107^2~85 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=79b185dd1a40cf360c9d88ada7ed21f79d818613;p=pandora-kernel.git 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 --- Reading git-diff-tree failed