udf: Move udf_adinicb_readpage() to inode.c
authorJan Kara <jack@suse.cz>
Tue, 24 Jan 2023 11:29:57 +0000 (12:29 +0100)
committerJan Kara <jack@suse.cz>
Thu, 26 Jan 2023 15:46:36 +0000 (16:46 +0100)
commit174cb748d88819d8a6420aa5040f9f065fcbdbab
treeba9cdbbaf55efae8bf7b2d3cd072786f366631e4
parent759e4d74c072aadba7cf7c026434ef7e267e4520
udf: Move udf_adinicb_readpage() to inode.c

udf_adinicb_readpage() is only called from aops functions, move it to
the same file as its callers and also drop the stale comment -
invalidate_lock is protecting us against races with truncate.

Reviewed-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Jan Kara <jack@suse.cz>
fs/udf/file.c
fs/udf/inode.c
fs/udf/udfdecl.h