We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2ede892 commit ca72d22Copy full SHA for ca72d22
fs/Kconfig
@@ -15,11 +15,11 @@ config VALIDATE_FS_PARSER
15
Enable this to perform validation of the parameter description for a
16
filesystem when it is registered.
17
18
-if BLOCK
19
-
20
config FS_IOMAP
21
bool
22
+if BLOCK
+
23
source "fs/ext2/Kconfig"
24
source "fs/ext4/Kconfig"
25
source "fs/jbd2/Kconfig"
fs/iomap/Makefile
@@ -9,9 +9,9 @@ ccflags-y += -I $(srctree)/$(src) # needed for trace events
9
obj-$(CONFIG_FS_IOMAP) += iomap.o
10
11
iomap-y += trace.o \
12
- buffered-io.o \
+ iter.o
13
+iomap-$(CONFIG_BLOCK) += buffered-io.o \
14
direct-io.o \
fiemap.o \
- iter.o \
seek.o
iomap-$(CONFIG_SWAP) += swapfile.o
0 commit comments