Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fuse: simplify __fuse_write_file_get()
Use list_first_entry_or_null() instead of list_empty() + list_entry(). Signed-off-by: Miklos Szeredi <mszeredi@redhat.com>
- Loading branch information