Whamcloud - gitweb
debugfs: allow comment lines in command file
authorAndreas Dilger <adilger@whamcloud.com>
Fri, 7 Feb 2020 01:09:42 +0000 (18:09 -0700)
committerTheodore Ts'o <tytso@mit.edu>
Sat, 29 Feb 2020 23:29:50 +0000 (18:29 -0500)
commit334e9a5aad0857ddf878fafb136f17659666377b
treee6cee8dddd976963680b6f0ea69e3054efc6ddce
parentabeb84e31d69d97669da0785e5f53587438e76ed
debugfs: allow comment lines in command file

Allow comment lines with '#' at the start of the line in the command
file passed in to debugfs via the "-f" option or from standard input.

Signed-off-by: Andreas Dilger <adilger@whamcloud.com>
Lustre-bug-id: https://jira.whamcloud.com/browse/LU-13197
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
debugfs/debugfs.c