OSDN Git Service

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

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