Re: [PATCH] bpf: put file handler if no storage found

2021-01-22 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to bpf/bpf.git (refs/heads/master): On Wed, 20 Jan 2021 18:08:56 -0800 you wrote: > Put file f if inode_storage_ptr() returns NULL. > > Fixes: 8ea636848aca ("bpf: Implement bpf_local_storage for inodes") > Acked-by: KP Singh > Signed-off-by: Pan Bian > --- >

[PATCH] bpf: put file handler if no storage found

2021-01-20 Thread Pan Bian
Put file f if inode_storage_ptr() returns NULL. Fixes: 8ea636848aca ("bpf: Implement bpf_local_storage for inodes") Acked-by: KP Singh Signed-off-by: Pan Bian --- kernel/bpf/bpf_inode_storage.c | 6 +- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git

Re: [PATCH] bpf: put file handler if no storage found

2021-01-20 Thread KP Singh
On Wed, Jan 20, 2021 at 8:23 PM Alexei Starovoitov wrote: > > On Tue, Jan 19, 2021 at 4:03 AM Pan Bian wrote: > > > > Put file f if inode_storage_ptr() returns NULL. > > > > Signed-off-by: Pan Bian Thanks for fixing this! (You can add my ack with the fixes tag when you resubmit) Fixes:

Re: [PATCH] bpf: put file handler if no storage found

2021-01-20 Thread Alexei Starovoitov
On Tue, Jan 19, 2021 at 4:03 AM Pan Bian wrote: > > Put file f if inode_storage_ptr() returns NULL. > > Signed-off-by: Pan Bian > --- > kernel/bpf/bpf_inode_storage.c | 6 +- > 1 file changed, 5 insertions(+), 1 deletion(-) > > diff --git a/kernel/bpf/bpf_inode_storage.c