Whamcloud - gitweb
LU-9859 llite: simplify pcc_fname_list_parse() 40/50840/6
authorMr NeilBrown <neilb@suse.de>
Tue, 25 Jul 2023 18:34:49 +0000 (14:34 -0400)
committerOleg Drokin <green@whamcloud.com>
Sat, 19 Aug 2023 05:36:41 +0000 (05:36 +0000)
commitc0e881a8e10f4bf980b5b704c029c2bce74946ec
tree3b6383d2921ab95f88e6ff828dc46f0036821e1a
parenta1dc44aef0382be712da7a9579876b6bbc48f815
LU-9859 llite: simplify pcc_fname_list_parse()

Now that pcc_fname_list_parse() is passed a mutable string, mutable
parsing with standard tools can be used.

Test-Parameters: trivial testlist=sanity-pcc
Signed-off-by: Mr NeilBrown <neilb@suse.de>
Change-Id: I8da6720ae6822c410a339b5fff9fdd4256bb3685
Reviewed-on: https://review.whamcloud.com/c/fs/lustre-release/+/50840
Tested-by: jenkins <devops@whamcloud.com>
Tested-by: Maloo <maloo@whamcloud.com>
Reviewed-by: James Simmons <jsimmons@infradead.org>
Reviewed-by: Andreas Dilger <adilger@whamcloud.com>
Reviewed-by: Oleg Drokin <green@whamcloud.com>
lustre/llite/pcc.c