Should i worry about Opportunistic Locks?

Hi All,

I am writing mini-filter file system driver to track file precreate and used to
send same file path and process id (which is accessing file) to my service then
service makes a copy of an input file and returns the call.

So for this kind of functionality do i need to take care of Opportunistic Locks
or i can ignore them.

Thanks