mirror of
https://github.com/kdave/btrfs-progs
synced 2025-01-27 16:02:56 +00:00
btrfs-progs: write down the meaning of BTRFS_ARG_BLKDEV
Although BTRFS_ARG_BLKDEV can be returned from check_arg_type(), it's not explained the meaning. Signed-off-by: Satoru Takeuchi <takeuchi_satoru@jp.fujitsu.com> Signed-off-by: David Sterba <dsterba@suse.com>
This commit is contained in:
parent
194a4053f9
commit
be09626592
1
utils.c
1
utils.c
@ -1007,6 +1007,7 @@ static int is_reg_file(const char *path)
|
||||
* return BTRFS_ARG_UUID: given input is uuid
|
||||
* return BTRFS_ARG_MNTPOINT: given input is path
|
||||
* return BTRFS_ARG_REG: given input is regular file
|
||||
* return BTRFS_ARG_BLKDEV: given input is block device
|
||||
*/
|
||||
int check_arg_type(const char *input)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user