mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-09 04:10:18 +09:00
ANDROID: GKI: rename filp_open to filp_open_block in symbol lists
A number of systems want access to the zram flip_open functionality, which is now called filp_open_block() to remove any possiblity of bad drivers trying to access filesystems directly. Fix up the two symbol lists that were referring to the wrong symbol. Bug: 157965270 Signed-off-by: Greg Kroah-Hartman <gregkh@google.com> Change-Id: I368da14ca739b6048dd88a38fca4af8b7f02714d
This commit is contained in:
committed by
Todd Kjos
parent
81ab760224
commit
85f86ef6a8
@@ -1033,7 +1033,6 @@
|
|||||||
config_group_init
|
config_group_init
|
||||||
config_group_init_type_name
|
config_group_init_type_name
|
||||||
_ctype
|
_ctype
|
||||||
filp_open
|
|
||||||
fs_bio_set
|
fs_bio_set
|
||||||
hex_to_bin
|
hex_to_bin
|
||||||
iov_iter_bvec
|
iov_iter_bvec
|
||||||
|
|||||||
@@ -2564,7 +2564,7 @@
|
|||||||
blk_status_to_errno
|
blk_status_to_errno
|
||||||
blkdev_get
|
blkdev_get
|
||||||
filp_close
|
filp_close
|
||||||
filp_open
|
filp_open_block
|
||||||
file_path
|
file_path
|
||||||
I_BDEV
|
I_BDEV
|
||||||
set_blocksize
|
set_blocksize
|
||||||
|
|||||||
Reference in New Issue
Block a user