exfat: add super block operations
authorNamjae Jeon <namjae.jeon@samsung.com>
Mon, 2 Mar 2020 06:21:33 +0000 (15:21 +0900)
committerAl Viro <viro@zeniv.linux.org.uk>
Fri, 6 Mar 2020 02:00:39 +0000 (21:00 -0500)
commit719c1e1829166da399903b13da6dcc5344e73449
treef3222ea893f63b33df0c743b00de68ff7106de3c
parent1acf1a564b6034b5af1e7fb23cb98cb3bb4f6003
exfat: add super block operations

This adds the implementation of superblock 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>
Reviewed-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
fs/exfat/super.c [new file with mode: 0644]