Re: [Devel] [PATCH VZ9] fs: fuse: krpc: fix file leakage in krpc

2024-11-12 Thread Alexey Kuznetsov
Thank you! Thank you! Thank you! The patch is forged crap, to my shame :-) It is result of manual edit. I did it in hurry finding out backlogged terminal window and being distracted by urgent tasks and did not even check it before submission. Shameful. Not only unlock, it is still from my private

Re: [Devel] [PATCH VZ9] fs: fuse: krpc: fix file leakage in krpc

2024-11-12 Thread Vasily Averin
Alexey, I gave no access to sources but batch looks strange for me, please take look at my comment in end of this letter Thank you, Vasily Averin On 11/12/24 18:12, Alexey Kuznetsov wrote: > Obvious leak, which cannot detected unless you try to unload > fuse module. Found accidentally s

[Devel] [PATCH VZ9] fs: fuse: krpc: fix file leakage in krpc

2024-11-12 Thread Alexey Kuznetsov
Obvious leak, which cannot detected unless you try to unload fuse module. Found accidentally searching for reasons why fuse_dev_find_request take 7% of cpu in profiles. Also, make it in more optimal way, fget() is too expensive and well seen on profiles. NOTE: this place also needs rcufication. I