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:
parent
81ab760224
commit
85f86ef6a8
2 changed files with 1 additions and 2 deletions
|
|
@ -1033,7 +1033,6 @@
|
|||
config_group_init
|
||||
config_group_init_type_name
|
||||
_ctype
|
||||
filp_open
|
||||
fs_bio_set
|
||||
hex_to_bin
|
||||
iov_iter_bvec
|
||||
|
|
|
|||
|
|
@ -2564,7 +2564,7 @@
|
|||
blk_status_to_errno
|
||||
blkdev_get
|
||||
filp_close
|
||||
filp_open
|
||||
filp_open_block
|
||||
file_path
|
||||
I_BDEV
|
||||
set_blocksize
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue