diff options
| author | Johannes Berg <[email protected]> | 2025-01-10 07:58:14 +0000 |
|---|---|---|
| committer | Greg Kroah-Hartman <[email protected]> | 2025-01-10 08:41:53 +0000 |
| commit | 67510d7e2e5f5bdc020bf9d759aa575cce48c8e1 (patch) | |
| tree | 6ce9993409fd982bfaa76857daecafdc183e555f /drivers/net/ethernet/intel/igc/igc_main.c | |
| parent | MAINTAINERS: align Danilo's maintainer entries (diff) | |
| download | kernel-67510d7e2e5f5bdc020bf9d759aa575cce48c8e1.tar.gz kernel-67510d7e2e5f5bdc020bf9d759aa575cce48c8e1.zip | |
fs: debugfs: fix open proxy for unsafe files
In the previous commit referenced below, I had to split
the short fops handling into different proxy fops. This
necessitated knowing out-of-band whether or not the ops
are short or full, when attempting to convert from fops
to allocated fsdata.
Unfortunately, I only converted full_proxy_open() which
is used for the new full_proxy_open_regular() and
full_proxy_open_short(), but forgot about the call in
open_proxy_open(), used for debugfs_create_file_unsafe().
Fix that, it never has short fops.
Fixes: f8f25893a477 ("fs: debugfs: differentiate short fops with proxy ops")
Reported-by: Suresh Kumar Kurmi <[email protected]>
Reported-by: kernel test robot <[email protected]>
Closes: https://lore.kernel.org/oe-lkp/[email protected]
Reported-by: Venkat Rao Bagalkote <[email protected]>
Signed-off-by: Johannes Berg <[email protected]>
Link: https://lore.kernel.org/r/20250110085826.cd74f3b7a36b.I430c79c82ec3f954c2ff9665753bf6ac9e63eef8@changeid
Signed-off-by: Greg Kroah-Hartman <[email protected]>
Diffstat (limited to 'drivers/net/ethernet/intel/igc/igc_main.c')
0 files changed, 0 insertions, 0 deletions
