commit | 3b6456d2c3fc9d0c4ec1db5d6594f40098ff0a6f | [log] [tgz] |
---|---|---|
author | Al Viro <[email protected]> | Sat Jul 14 13:49:40 2012 +0400 |
committer | Al Viro <[email protected]> | Mon Jul 23 00:01:10 2012 +0400 |
tree | 9b4c29a45093004f734094f6246f5b4f543db936 | |
parent | 3b8b487114c95ef6db5fef708ef69bfb5209014e [diff] |
zoran: don't bother with struct file * in zoran_map all we need it for is file->private_data, which is assign-once, already assigned by that point and, incidentally, its value is already in use by zoran ->mmap() anyway. So just store that pointer instead... Signed-off-by: Al Viro <[email protected]>