mirror of
git://nv-tegra.nvidia.com/linux-nv-oot.git
synced 2025-12-22 09:11:26 +03:00
7d1a6876360d58c480da912307a5fd5c98474442
- This CL partially reverts the changes done in CL - 2891721 - Current implementation checks if multiple process/threads/apps try to access same dev node when it is already open by another process/thread/app, and throws an error if condition is true causing new process/threads/apps to fail as in bug mentioned below - This change allows multiple process/threads/apps to access the same dev node. bug 4126726 jira ESSS-759 Change-Id: Ibe18449014e69148ae2feebd854b6c5d278f5bc4 Signed-off-by: Advaya Andhare <aandhare@nvidia.com> Reviewed-on: https://git-master.nvidia.com/r/c/linux-nv-oot/+/2946094 (cherry picked from commit 615a1aba49e2662d767a23e47fed329627f6f91e) Reviewed-on: https://git-master.nvidia.com/r/c/linux-nv-oot/+/2956815 Reviewed-by: svcacv <svcacv@nvidia.com> Reviewed-by: Nagaraj P N <nagarajp@nvidia.com> Reviewed-by: Manish Bhardwaj <mbhardwaj@nvidia.com> Reviewed-by: Vipin Kumar <vipink@nvidia.com> GVS: Gerrit_Virtual_Submit <buildbot_gerritrpt@nvidia.com>
Description
No description provided