Hi, I'm a beginner in programming and trying to learn while solving easy bugs. Right now I'm writing a test for a change that i made in fusefs.
I want to know how to change the uid, pid or gid in a gtest for fusefs. I m in a situation where I need two fd one for direct_io and another for cached but i want to make sure that the kernel doesnt uses the same filehandle as fd1 for fd2. And i want to know this specifically for the gtest environment.
-thank you for your time
I want to know how to change the uid, pid or gid in a gtest for fusefs. I m in a situation where I need two fd one for direct_io and another for cached but i want to make sure that the kernel doesnt uses the same filehandle as fd1 for fd2. And i want to know this specifically for the gtest environment.
-thank you for your time