Arnd Bergmann
2285ae760d
NFSD: hide unused svcxdr_dupstr()
...
There is now only one caller left for svcxdr_dupstr() and this is inside
of an #ifdef, so we can get a warning when the option is disabled:
fs/nfsd/nfs4xdr.c:241:1: error: 'svcxdr_dupstr' defined but not used [-Werror=unused-function]
This changes the remaining caller to use a nicer IS_ENABLED() check,
which lets the compiler drop the unused code silently.
Fixes: e40d99e6183e ("NFSD: Clean up symlink argument XDR decoders")
Suggested-by: Rasmus Villemoes <rasmus.villemoes@prevas.dk >
Signed-off-by: Arnd Bergmann <arnd@arndb.de >
Signed-off-by: J. Bruce Fields <bfields@redhat.com >
2018-02-08 13:40:17 -05:00
..
2017-11-22 20:17:54 -10:00
2017-11-02 11:10:55 +01:00
2017-11-02 11:10:55 +01:00
2017-11-24 13:55:46 +00:00
2017-11-17 16:10:02 -08:00
2017-11-02 11:10:55 +01:00
2017-11-02 11:10:55 +01:00
2017-11-16 11:41:22 -08:00
2017-11-15 18:21:06 -08:00
2017-11-21 05:38:32 -10:00
2017-11-15 18:21:04 -08:00
2017-11-17 12:54:01 -08:00
2017-10-19 16:15:16 +02:00
2017-11-17 13:20:41 -08:00
2017-11-14 11:35:15 -08:00
2017-11-07 20:25:03 +01:00
2017-08-24 13:23:03 -07:00
2017-11-14 14:44:04 -08:00
2017-11-17 14:16:21 -08:00
2017-11-02 11:10:55 +01:00
2017-09-07 11:59:42 -07:00
2017-11-17 09:51:57 -08:00
2017-11-17 11:54:55 -08:00
2017-11-16 12:10:21 -08:00
2017-11-17 16:10:03 -08:00
2017-11-16 11:41:22 -08:00
2017-11-15 19:42:40 -08:00
2017-11-15 18:21:06 -08:00
2017-11-17 16:10:03 -08:00
2017-11-17 16:10:03 -08:00
2017-11-02 11:10:55 +01:00
2017-11-02 11:10:55 +01:00
2017-11-15 18:21:06 -08:00
2017-11-14 14:13:11 -08:00
2017-11-17 09:51:57 -08:00
2017-11-02 11:10:55 +01:00
2017-11-14 13:53:18 -08:00
2017-09-07 11:59:42 -07:00
2017-12-21 15:24:19 -05:00
2017-11-02 11:10:55 +01:00
2017-11-13 17:56:58 -08:00
2017-11-17 14:18:00 -08:00
2017-11-27 16:45:11 -05:00
2018-02-08 13:40:17 -05:00
2017-11-17 16:10:03 -08:00
2017-11-02 11:10:55 +01:00
2017-11-15 10:14:11 -08:00
2017-11-14 15:32:19 -08:00
2017-11-21 15:57:07 -08:00
2017-11-02 11:10:55 +01:00
2017-11-21 05:40:48 -10:00
2017-11-17 13:36:59 -08:00
2017-11-22 20:20:02 -10:00
2017-11-21 15:57:05 -08:00
2017-11-02 11:10:55 +01:00
2017-11-02 11:10:55 +01:00
2017-11-14 14:13:11 -08:00
2017-09-06 17:27:26 -07:00
2017-11-02 11:10:55 +01:00
2017-11-02 11:10:55 +01:00
2017-11-02 11:10:55 +01:00
2017-11-02 11:10:55 +01:00
2017-11-14 11:35:15 -08:00
2017-11-14 14:13:11 -08:00
2017-11-02 11:10:55 +01:00
2017-11-22 20:42:42 -10:00
2017-11-17 11:54:55 -08:00
2017-11-02 11:10:55 +01:00
2017-11-02 11:10:55 +01:00
2017-09-04 19:05:15 -04:00
2017-11-17 12:54:01 -08:00
2017-11-16 12:50:35 -08:00
2017-11-02 11:10:55 +01:00
2017-10-13 16:18:33 -07:00
2017-10-03 17:54:25 -07:00
2017-11-14 15:32:19 -08:00
2017-11-15 18:21:06 -08:00
2017-11-02 11:10:55 +01:00
2017-11-17 12:54:01 -08:00
2017-11-17 11:54:55 -08:00
2017-11-17 09:51:57 -08:00
2017-11-15 18:21:04 -08:00
2017-11-14 15:32:19 -08:00
2017-11-02 11:10:55 +01:00
2017-11-17 16:56:17 -08:00
2017-10-25 11:01:08 +02:00
2017-11-15 08:08:36 -05:00
2017-11-17 12:54:01 -08:00
2017-11-15 18:21:04 -08:00
2017-11-17 12:54:01 -08:00
2017-11-02 11:10:55 +01:00
2017-11-07 10:32:44 +01:00
2017-10-10 08:14:37 -06:00
2017-10-25 11:01:08 +02:00
2017-11-10 08:48:46 -05:00
2017-11-02 11:10:55 +01:00
2017-11-17 12:08:18 -08:00
2017-09-10 19:31:46 -04:00
2018-02-08 13:40:16 -05:00
2017-11-02 11:10:55 +01:00
2017-11-02 11:10:55 +01:00
2017-11-02 11:10:55 +01:00
2017-11-17 12:54:01 -08:00
2017-11-08 15:16:36 -05:00
2017-11-02 11:10:55 +01:00
2017-09-05 12:53:12 +02:00
2017-11-17 16:10:03 -08:00
2017-11-07 10:32:44 +01:00
2017-11-17 12:08:18 -08:00
2017-11-07 10:32:44 +01:00
2017-11-17 11:54:55 -08:00
2017-11-02 11:10:55 +01:00
2017-11-17 11:54:55 -08:00
2017-10-25 11:01:08 +02:00
2017-11-02 11:10:55 +01:00
2017-11-17 12:54:01 -08:00
2017-11-17 12:54:01 -08:00
2017-11-14 15:32:19 -08:00
2017-11-02 11:10:55 +01:00
2017-11-15 18:21:05 -08:00
2017-11-02 11:10:55 +01:00
2017-10-04 18:03:15 +11:00