All of lore.kernel.org
 help / color / mirror / Atom feed
From: Namjae Jeon <namjae.jeon@samsung.com>
To: linux-kernel@vger.kernel.org, linux-fsdevel@vger.kernel.org
Cc: gregkh@linuxfoundation.org, valdis.kletnieks@vt.edu, hch@lst.de,
	sj1557.seo@samsung.com, Namjae Jeon <namjae.jeon@samsung.com>
Subject: [PATCH v6 12/13] exfat: add exfat in fs/Kconfig and fs/Makefile
Date: Mon,  9 Dec 2019 01:51:47 -0500	[thread overview]
Message-ID: <20191209065149.2230-13-namjae.jeon@samsung.com> (raw)
In-Reply-To: <20191209065149.2230-1-namjae.jeon@samsung.com>

Add exfat in fs/Kconfig and fs/Makefile.

Signed-off-by: Namjae Jeon <namjae.jeon@samsung.com>
Signed-off-by: Sungjong Seo <sj1557.seo@samsung.com>
---
 fs/Kconfig  | 3 ++-
 fs/Makefile | 1 +
 2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/fs/Kconfig b/fs/Kconfig
index 7b623e9fc1b0..5edd87eb5c13 100644
--- a/fs/Kconfig
+++ b/fs/Kconfig
@@ -139,9 +139,10 @@ endmenu
 endif # BLOCK
 
 if BLOCK
-menu "DOS/FAT/NT Filesystems"
+menu "DOS/FAT/EXFAT/NT Filesystems"
 
 source "fs/fat/Kconfig"
+source "fs/exfat/Kconfig"
 source "fs/ntfs/Kconfig"
 
 endmenu
diff --git a/fs/Makefile b/fs/Makefile
index 1148c555c4d3..4358dda56b1e 100644
--- a/fs/Makefile
+++ b/fs/Makefile
@@ -83,6 +83,7 @@ obj-$(CONFIG_HUGETLBFS)		+= hugetlbfs/
 obj-$(CONFIG_CODA_FS)		+= coda/
 obj-$(CONFIG_MINIX_FS)		+= minix/
 obj-$(CONFIG_FAT_FS)		+= fat/
+obj-$(CONFIG_EXFAT)		+= exfat/
 obj-$(CONFIG_BFS_FS)		+= bfs/
 obj-$(CONFIG_ISO9660_FS)	+= isofs/
 obj-$(CONFIG_HFSPLUS_FS)	+= hfsplus/ # Before hfs to find wrapped HFS+
-- 
2.17.1


  parent reply	other threads:[~2019-12-09  6:55 UTC|newest]

Thread overview: 23+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <CGME20191209065457epcas1p3130d80fd65c9a1c1af5f67dadc49e913@epcas1p3.samsung.com>
2019-12-09  6:51 ` [PATCH v6 00/13] add the latest exfat driver Namjae Jeon
     [not found]   ` <CGME20191209065457epcas1p196e28d337922e1c1c52c00fb2a384a2a@epcas1p1.samsung.com>
2019-12-09  6:51     ` [PATCH v6 01/13] exfat: add in-memory and on-disk structures and headers Namjae Jeon
     [not found]   ` <CGME20191209065458epcas1p1104c7fa3f7a34164a0b51d902b78af0e@epcas1p1.samsung.com>
2019-12-09  6:51     ` [PATCH v6 02/13] exfat: add super block operations Namjae Jeon
2019-12-09  9:24       ` Vyacheslav Dubeyko
2019-12-11  5:18         ` Namjae Jeon
     [not found]   ` <CGME20191209065459epcas1p3349caea59da1b9b458a73923d724ca35@epcas1p3.samsung.com>
2019-12-09  6:51     ` [PATCH v6 03/13] exfat: add inode operations Namjae Jeon
2019-12-09  9:54       ` Vyacheslav Dubeyko
2019-12-11  5:22         ` Namjae Jeon
     [not found]   ` <CGME20191209065459epcas1p299d251e17cd37880103cb920ab02330c@epcas1p2.samsung.com>
2019-12-09  6:51     ` [PATCH v6 04/13] exfat: add directory operations Namjae Jeon
2019-12-09 11:05       ` Vyacheslav Dubeyko
     [not found]   ` <CGME20191209065500epcas1p3da26ef7963bbba978ed614bc19b2ea07@epcas1p3.samsung.com>
2019-12-09  6:51     ` [PATCH v6 05/13] exfat: add file operations Namjae Jeon
2019-12-09 11:32       ` Vyacheslav Dubeyko
2019-12-11  1:00         ` Namjae Jeon
     [not found]   ` <CGME20191209065500epcas1p2f236643696f32677b809c6bb12ce0bef@epcas1p2.samsung.com>
2019-12-09  6:51     ` [PATCH v6 06/13] exfat: add exfat entry operations Namjae Jeon
2019-12-09 11:41       ` Vyacheslav Dubeyko
     [not found]   ` <CGME20191209065501epcas1p267d7a2c08e4893ba86694f39c63405f9@epcas1p2.samsung.com>
2019-12-09  6:51     ` [PATCH v6 07/13] exfat: add bitmap operations Namjae Jeon
2019-12-09 12:07       ` Vyacheslav Dubeyko
     [not found]   ` <CGME20191209065501epcas1p44767c16feecd953fd5def1aaecb09313@epcas1p4.samsung.com>
2019-12-09  6:51     ` [PATCH v6 08/13] exfat: add exfat cache Namjae Jeon
     [not found]   ` <CGME20191209065502epcas1p4337a0f7518e55dbef1573d53c99f88ef@epcas1p4.samsung.com>
2019-12-09  6:51     ` [PATCH v6 09/13] exfat: add misc operations Namjae Jeon
     [not found]   ` <CGME20191209065502epcas1p1bb1c240f10ccde7c0c0cd2d5396db39d@epcas1p1.samsung.com>
2019-12-09  6:51     ` [PATCH v6 10/13] exfat: add nls operations Namjae Jeon
     [not found]   ` <CGME20191209065503epcas1p12d8b47ee6211884a217959e6f54995fb@epcas1p1.samsung.com>
2019-12-09  6:51     ` [PATCH v6 11/13] exfat: add Kconfig and Makefile Namjae Jeon
     [not found]   ` <CGME20191209065503epcas1p3e9efaa9e22ebe270d8827ce34935a58b@epcas1p3.samsung.com>
2019-12-09  6:51     ` Namjae Jeon [this message]
     [not found]   ` <CGME20191209065504epcas1p261e9cd0660deddb18d76684038c9b8fa@epcas1p2.samsung.com>
2019-12-09  6:51     ` [PATCH v6 13/13] MAINTAINERS: add exfat filesystem Namjae Jeon

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20191209065149.2230-13-namjae.jeon@samsung.com \
    --to=namjae.jeon@samsung.com \
    --cc=gregkh@linuxfoundation.org \
    --cc=hch@lst.de \
    --cc=linux-fsdevel@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=sj1557.seo@samsung.com \
    --cc=valdis.kletnieks@vt.edu \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.