Re: [PATCH 1/1] uprobe: fix comment of uprobe_apply()

2024-08-20 Thread Leizhen (ThunderTown)
On 2024/8/20 22:30, Oleg Nesterov wrote: > On 08/20, Zhen Lei wrote: >> >> Depending on the argument 'add', uprobe_apply() may be registering or >> unregistering a probe. > > ... > >> /* >> - * uprobe_apply - unregister an already registered probe. >> - * @inode: the file in which the probe h

Re: [PATCH 1/1] uprobe: fix comment of uprobe_apply()

2024-08-20 Thread Oleg Nesterov
On 08/20, Zhen Lei wrote: > > Depending on the argument 'add', uprobe_apply() may be registering or > unregistering a probe. ... > /* > - * uprobe_apply - unregister an already registered probe. > - * @inode: the file in which the probe has to be removed. > + * uprobe_apply - register a probe or