commit | db671a8ecd764baf76a698b8366603a147880734 | [log] [tgz] |
---|---|---|
author | Al Viro <viro@zeniv.linux.org.uk> | Wed Feb 04 16:02:09 2015 -0500 |
committer | Al Viro <viro@zeniv.linux.org.uk> | Fri Feb 20 04:03:58 2015 -0500 |
tree | 6cc43ff5997fc9c9382b6bc1ebb35d4c95a04838 | |
parent | 28444a2bde8d1695447eb51362b46cf1e49b9c21 [diff] |
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 <viro@zeniv.linux.org.uk>