diff options
author | Jose R. Santos <jrs@us.ibm.com> | 2007-07-18 08:57:06 -0400 |
---|---|---|
committer | Theodore Ts'o <tytso@mit.edu> | 2007-07-18 08:57:06 -0400 |
commit | e23291b9120c11aafb2ee76fb71a062eb3c1056c (patch) | |
tree | 1a0f458c5c2803eb9a959e79622974cd5db4f985 /include/linux/ext4_fs.h | |
parent | eb40a09c679d7f9709f7087add57f2e1c7122bb3 (diff) |
jbd2: Fix CONFIG_JBD_DEBUG ifdef to be CONFIG_JBD2_DEBUG
When the JBD code was forked to create the new JBD2 code base, the
references to CONFIG_JBD_DEBUG where never changed to
CONFIG_JBD2_DEBUG. This patch fixes that.
Signed-off-by: Jose R. Santos <jrs@us.ibm.com>
Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
Diffstat (limited to 'include/linux/ext4_fs.h')
-rw-r--r-- | include/linux/ext4_fs.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/linux/ext4_fs.h b/include/linux/ext4_fs.h index 33b2b1a2d790..45ec7258b2b1 100644 --- a/include/linux/ext4_fs.h +++ b/include/linux/ext4_fs.h | |||
@@ -243,7 +243,7 @@ struct ext4_new_group_data { | |||
243 | #define EXT4_IOC_GROUP_ADD _IOW('f', 8,struct ext4_new_group_input) | 243 | #define EXT4_IOC_GROUP_ADD _IOW('f', 8,struct ext4_new_group_input) |
244 | #define EXT4_IOC_GETVERSION_OLD FS_IOC_GETVERSION | 244 | #define EXT4_IOC_GETVERSION_OLD FS_IOC_GETVERSION |
245 | #define EXT4_IOC_SETVERSION_OLD FS_IOC_SETVERSION | 245 | #define EXT4_IOC_SETVERSION_OLD FS_IOC_SETVERSION |
246 | #ifdef CONFIG_JBD_DEBUG | 246 | #ifdef CONFIG_JBD2_DEBUG |
247 | #define EXT4_IOC_WAIT_FOR_READONLY _IOR('f', 99, long) | 247 | #define EXT4_IOC_WAIT_FOR_READONLY _IOR('f', 99, long) |
248 | #endif | 248 | #endif |
249 | #define EXT4_IOC_GETRSVSZ _IOR('f', 5, long) | 249 | #define EXT4_IOC_GETRSVSZ _IOR('f', 5, long) |
@@ -259,7 +259,7 @@ struct ext4_new_group_data { | |||
259 | #define EXT4_IOC32_GETRSVSZ _IOR('f', 5, int) | 259 | #define EXT4_IOC32_GETRSVSZ _IOR('f', 5, int) |
260 | #define EXT4_IOC32_SETRSVSZ _IOW('f', 6, int) | 260 | #define EXT4_IOC32_SETRSVSZ _IOW('f', 6, int) |
261 | #define EXT4_IOC32_GROUP_EXTEND _IOW('f', 7, unsigned int) | 261 | #define EXT4_IOC32_GROUP_EXTEND _IOW('f', 7, unsigned int) |
262 | #ifdef CONFIG_JBD_DEBUG | 262 | #ifdef CONFIG_JBD2_DEBUG |
263 | #define EXT4_IOC32_WAIT_FOR_READONLY _IOR('f', 99, int) | 263 | #define EXT4_IOC32_WAIT_FOR_READONLY _IOR('f', 99, int) |
264 | #endif | 264 | #endif |
265 | #define EXT4_IOC32_GETVERSION_OLD FS_IOC32_GETVERSION | 265 | #define EXT4_IOC32_GETVERSION_OLD FS_IOC32_GETVERSION |