]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
exfat: add exfat_file_open()
authorNamjae Jeon <linkinjeon@kernel.org>
Fri, 8 May 2026 05:33:35 +0000 (14:33 +0900)
committerNamjae Jeon <linkinjeon@kernel.org>
Mon, 15 Jun 2026 10:55:39 +0000 (19:55 +0900)
commita095c12ef13156cc86de858c8d127f24895e2d6e
treed1388fe66a0fbf047cc759bef70345f8f9a24c3f
parent3474416bb9abafca2e79b7ff700a100b7e8bc766
exfat: add exfat_file_open()

Add exfat_file_open() to handle file open operation for exFAT.
This change is a preparation step before introducing iomap-based direct
IO support.

Acked-by: Christoph Hellwig <hch@lst.de>
Acked-by: "Darrick J. Wong" <djwong@kernel.org>
Signed-off-by: Namjae Jeon <linkinjeon@kernel.org>
fs/exfat/file.c