diff options
author | Christian Lamparter <[email protected]> | 2016-09-17 21:43:01 +0200 |
---|---|---|
committer | Greg Kroah-Hartman <[email protected]> | 2016-09-21 12:13:31 +0200 |
commit | 86f0e06767dda7863d6d2a8f0b3b857e6ea876a0 (patch) | |
tree | 0bba8aec84b2143fa932cc40e4ea8738d859463a /drivers/net/wireless/ath/carl9170/debug.c | |
parent | 2f5bb02ff22414ce156cacb163dd594b017af357 (diff) |
debugfs: introduce a public file_operations accessor
This patch introduces an accessor which can be used
by the users of debugfs (drivers, fs, ...) to get the
original file_operations struct. It also removes the
REAL_FOPS_DEREF macro in file.c and converts the code
to use the public version.
Previously, REAL_FOPS_DEREF was only available within
the file.c of debugfs. But having a public getter
available for debugfs users is important as some
drivers (carl9170 and b43) use the pointer of the
original file_operations in conjunction with container_of()
within their debugfs implementations.
Reviewed-by: Nicolai Stange <[email protected]>
Signed-off-by: Christian Lamparter <[email protected]>
Cc: stable <[email protected]> # 4.7+
Signed-off-by: Greg Kroah-Hartman <[email protected]>
Diffstat (limited to 'drivers/net/wireless/ath/carl9170/debug.c')
0 files changed, 0 insertions, 0 deletions