ANDROID: fuse-bpf: Fix use of get_fuse_inode
get_fuse_inode uses container_of, which results in a strange result if the inode is NULL. We should check if the inode is NULL instead. Fixes: 4ad093ca ("ANDROID: fuse-bpf: Make inodes with backing_fd reachable") Bug: 219958836 Change-Id: I386c4641edaa4dbc8d8e02f592c959c206851eda Signed-off-by:Daniel Rosenberg <drosen@google.com>
Loading
Please sign in to comment