From: Al Viro Date: Wed, 4 Feb 2015 21:02:09 +0000 (-0500) Subject: don't bother with most of the bad_file_ops methods X-Git-Tag: fixes-v4.0-rc1~19^2~25 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=db671a8ecd764baf76a698b8366603a147880734;p=pandora-kernel.git don't bother with most of the bad_file_ops methods Only ->open() should be there (always failing, of course). We never replace ->f_op of an already opened struct file, so there's no way for any of those methods to be called. Signed-off-by: Al Viro --- Reading git-diff-tree failed