]> git.proxmox.com Git - mirror_ubuntu-hirsute-kernel.git/commit - fs/exfat/fatent.c
exfat: add fat entry operations
authorNamjae Jeon <namjae.jeon@samsung.com>
Mon, 2 Mar 2020 06:21:37 +0000 (15:21 +0900)
committerAl Viro <viro@zeniv.linux.org.uk>
Fri, 6 Mar 2020 02:00:40 +0000 (21:00 -0500)
commit31023864e67a5f390cefbe92f72343027dc3aa33
treea1673d11cbf3de60f448ab1def72dfe6643cbddd
parent98d917047e8b7f4bb2ff61d81b0ccd94a00444f9
exfat: add fat entry operations

This adds the implementation of fat entry operations for exfat.

Signed-off-by: Namjae Jeon <namjae.jeon@samsung.com>
Signed-off-by: Sungjong Seo <sj1557.seo@samsung.com>
Reviewed-by: Pali Rohár <pali.rohar@gmail.com>
Reviewed-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
fs/exfat/fatent.c [new file with mode: 0644]