diff options
| author | Krzysztof Wilczyński <[email protected]> | 2021-07-29 23:32:35 +0000 |
|---|---|---|
| committer | Greg Kroah-Hartman <[email protected]> | 2021-08-05 12:47:31 +0000 |
| commit | f06aff924f975881a6abf91d2af0078fc8cd37bf (patch) | |
| tree | ce443eacec7cd8623cd187fae0c668f68b6bebcc /lib/test_bitmap.c | |
| parent | sysfs: Invoke iomem_get_mapping() from the sysfs open callback (diff) | |
| download | kernel-f06aff924f975881a6abf91d2af0078fc8cd37bf.tar.gz kernel-f06aff924f975881a6abf91d2af0078fc8cd37bf.zip | |
sysfs: Rename struct bin_attribute member to f_mapping
There are two users of iomem_get_mapping(), the struct file and struct
bin_attribute. The former has a member called "f_mapping" and the
latter has a member called "mapping", and both are poniters to struct
address_space.
Rename struct bin_attribute member to "f_mapping" to keep both meaning
and the usage consistent with other users of iomem_get_mapping().
Acked-by: Bjorn Helgaas <[email protected]>
Signed-off-by: Krzysztof Wilczyński <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Greg Kroah-Hartman <[email protected]>
Diffstat (limited to 'lib/test_bitmap.c')
0 files changed, 0 insertions, 0 deletions
