diff options
| author | Al Viro <[email protected]> | 2021-09-07 20:14:05 +0000 |
|---|---|---|
| committer | Al Viro <[email protected]> | 2021-09-07 20:14:05 +0000 |
| commit | ea47ab111669b187808b3080602788dec26cb9bc (patch) | |
| tree | db4f163675e6f72f3a9f59d5509f4e8b80b903c9 /lib/netdev-notifier-error-inject.c | |
| parent | namei: Standardize callers of filename_create() (diff) | |
| download | kernel-ea47ab111669b187808b3080602788dec26cb9bc.tar.gz kernel-ea47ab111669b187808b3080602788dec26cb9bc.zip | |
putname(): IS_ERR_OR_NULL() is wrong here
Mixing NULL and ERR_PTR() just in case is a Bad Idea(tm). For
struct filename the former is wrong - failures are reported
as ERR_PTR(...), not as NULL.
Signed-off-by: Al Viro <[email protected]>
Diffstat (limited to 'lib/netdev-notifier-error-inject.c')
0 files changed, 0 insertions, 0 deletions
