OSDN Git Service

exfat: add directory operations
authorNamjae Jeon <namjae.jeon@samsung.com>
Mon, 2 Mar 2020 06:21:35 +0000 (15:21 +0900)
committerAl Viro <viro@zeniv.linux.org.uk>
Fri, 6 Mar 2020 02:00:40 +0000 (21:00 -0500)
commitca06197382bde0a3bc20215595d1c9ce20c6e341
tree8932ae386e6ecf81263e1b3a8c3328001425de67
parent5f2aa075070cf5b2e6aae011d5a3390408d7d913
exfat: add directory operations

This adds the implementation of directory 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/dir.c [new file with mode: 0644]