On 08.09.25 13:10, Lorenzo Stoakes wrote:
Now we have the f_op->mmap_prepare() hook, having a static function called __mmap_prepare() that has nothing to do with it is confusing, so rename the function. Additionally rename __mmap_complete() to __mmap_epilogue(), as we intend to provide a f_op->mmap_complete() callback.
Isn't prologue the opposite of epilogue? :) I guess I would just have done a __mmap_prepare -> __mmap_setup() and left the __mmap_complete() as is. -- Cheers David / dhildenb