forked fromtorvalds/linux
- Notifications
You must be signed in to change notification settings - Fork0
Commit88b67ed
dax: Fix compilation for CONFIG_DAX && !CONFIG_FS_DAX
dax_supported() is defined whenever CONFIG_DAX is enabled. So dummyimplementation should be defined only in !CONFIG_DAX case, not in!CONFIG_FS_DAX case.Fixes:e2ec512 ("dm: Call proper helper to determine dax support")Cc: <stable@vger.kernel.org>Reported-by: Geert Uytterhoeven <geert@linux-m68k.org>Reported-by: Naresh Kamboju <naresh.kamboju@linaro.org>Reported-by: kernel test robot <lkp@intel.com>Signed-off-by: Jan Kara <jack@suse.cz>Signed-off-by: Dan Williams <dan.j.williams@intel.com>1 parentba4f184 commit88b67ed
1 file changed
+8
-9
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
58 | 58 | | |
59 | 59 | | |
60 | 60 | | |
| 61 | + | |
| 62 | + | |
61 | 63 | | |
62 | 64 | | |
63 | 65 | | |
| |||
104 | 106 | | |
105 | 107 | | |
106 | 108 | | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
107 | 115 | | |
108 | 116 | | |
109 | 117 | | |
| |||
130 | 138 | | |
131 | 139 | | |
132 | 140 | | |
133 | | - | |
134 | | - | |
135 | 141 | | |
136 | 142 | | |
137 | 143 | | |
| |||
159 | 165 | | |
160 | 166 | | |
161 | 167 | | |
162 | | - | |
163 | | - | |
164 | | - | |
165 | | - | |
166 | | - | |
167 | | - | |
168 | | - | |
169 | 168 | | |
170 | 169 | | |
171 | 170 | | |
| |||
0 commit comments
Comments
(0)