Jan Kara
aad1458309
ext2: fix debug reference to ext2_xattr_cache
...
[ Upstream commit 32302085a8 ]
Fix a debug-only build error in ext2/xattr.c:
When building without extra debugging, (and with another patch that uses
no_printk() instead of <empty> for the ext2-xattr debug-print macros,
this build error happens:
../fs/ext2/xattr.c: In function ‘ext2_xattr_cache_insert’:
../fs/ext2/xattr.c:869:18: error: ‘ext2_xattr_cache’ undeclared (first use in
this function); did you mean ‘ext2_xattr_list’?
atomic_read(&ext2_xattr_cache->c_entry_count));
Fix the problem by removing cached entry count from the debug message
since otherwise we'd have to export the mbcache structure just for that.
Fixes: be0726d33c ("ext2: convert to mbcache2")
Reported-by: Randy Dunlap <rdunlap@infradead.org >
Signed-off-by: Jan Kara <jack@suse.cz >
Signed-off-by: Sasha Levin <sashal@kernel.org >
2020-04-23 10:30:21 +02:00
..
2019-10-11 18:21:13 +02:00
2019-08-06 19:06:49 +02:00
2020-01-27 14:51:21 +01:00
2020-04-02 15:28:19 +02:00
2019-12-13 08:51:01 +01:00
2018-06-15 18:10:01 -03:00
2018-12-01 09:37:27 +01:00
2020-04-21 09:03:09 +02:00
2018-12-17 09:24:40 +01:00
2020-04-13 10:45:12 +02:00
2020-04-23 10:30:19 +02:00
2019-08-06 19:06:51 +02:00
2019-11-12 19:20:47 +01:00
2018-11-13 11:08:55 -08:00
2019-07-26 09:14:02 +02:00
2019-05-08 07:21:48 +02:00
2019-03-23 20:09:59 +01:00
2019-12-13 08:52:23 +01:00
2020-02-28 16:38:59 +01:00
2018-07-22 14:13:44 +02:00
2019-12-05 09:20:32 +01:00
2020-01-27 14:50:02 +01:00
2020-04-23 10:30:21 +02:00
2020-04-23 10:30:19 +02:00
2020-04-23 10:30:21 +02:00
2020-03-11 14:15:01 +01:00
2018-12-17 09:24:40 +01:00
2019-12-13 08:52:36 +01:00
2020-04-17 10:48:41 +02:00
2019-12-01 09:17:10 +01:00
2020-04-17 10:48:52 +02:00
2018-08-17 16:20:28 -07:00
2018-08-25 12:42:33 -07:00
2019-05-22 07:37:40 +02:00
2018-08-21 11:37:41 +02:00
2020-04-21 09:03:06 +02:00
2019-05-08 07:21:48 +02:00
2020-01-27 14:50:33 +01:00
2019-12-13 08:52:43 +01:00
2019-12-13 08:51:59 +01:00
2020-04-23 10:30:21 +02:00
2020-02-11 04:34:13 -08:00
2018-09-04 16:45:02 -07:00
2020-01-12 12:17:20 +01:00
2018-08-17 16:20:27 -07:00
2020-04-17 10:48:51 +02:00
2020-02-24 08:34:53 +01:00
2020-04-21 09:03:05 +02:00
2019-12-17 20:35:45 +01:00
2020-04-17 10:48:47 +02:00
2020-01-12 12:17:20 +01:00
2020-02-24 08:34:52 +01:00
2018-08-02 09:34:02 -07:00
2018-08-18 11:44:53 -07:00
2018-12-17 09:24:30 +01:00
2018-07-31 11:32:44 -04:00
2020-02-11 04:34:00 -08:00
2020-02-24 08:34:45 +01:00
2019-05-25 18:23:46 +02:00
2020-01-27 14:49:51 +01:00
2020-02-11 04:34:08 -08:00
2018-07-12 10:04:27 -04:00
2018-07-03 16:44:45 -04:00
2018-07-12 10:04:20 -04:00
2019-10-05 13:10:06 +02:00
2019-07-03 13:14:44 +02:00
2018-07-10 23:29:03 -04:00
2019-11-06 13:05:37 +01:00
2020-01-09 10:19:07 +01:00
2020-04-23 10:30:12 +02:00
2020-01-14 20:06:57 +01:00
2020-01-09 10:19:07 +01:00
2020-03-05 16:42:12 +01:00
2019-05-25 18:23:26 +02:00
2019-03-05 17:58:50 +01:00
2020-01-12 12:17:20 +01:00
2020-02-11 04:34:08 -08:00
2019-02-12 19:47:19 +01:00
2020-04-17 10:48:47 +02:00
2018-08-15 23:03:20 -05:00
2018-08-21 18:19:09 -07:00
2019-04-05 22:32:59 +02:00
2020-04-17 10:48:51 +02:00
2019-11-12 19:21:20 +01:00
2020-03-25 08:06:14 +01:00
2019-05-31 06:46:05 -07:00
2018-11-21 09:19:14 +01:00
2019-12-13 08:52:56 +01:00
2018-08-02 08:06:55 +09:00
2020-04-02 15:28:21 +02:00
2020-01-09 10:19:00 +01:00
2018-08-17 16:20:29 -07:00
2020-03-05 16:42:20 +01:00
2018-11-21 09:19:22 +01:00
2019-05-25 18:23:26 +02:00
2020-03-18 07:14:21 +01:00
2019-05-04 09:20:11 +02:00
2019-12-01 09:17:04 +01:00
2020-01-04 19:13:26 +01:00
2018-06-28 10:40:47 -07:00
2019-08-25 10:47:43 +02:00
2018-06-16 16:21:50 +09:00
2019-12-17 20:35:43 +01:00
2019-10-11 18:21:39 +02:00
2018-08-26 11:48:42 -07:00
2018-08-13 20:56:23 -07:00
2020-01-04 19:13:18 +01:00
2018-09-18 07:30:48 -04:00