]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
In addition to the existing argument format:
authormckusick <mckusick@FreeBSD.org>
Wed, 18 Apr 2018 23:08:10 +0000 (23:08 +0000)
committermckusick <mckusick@FreeBSD.org>
Wed, 18 Apr 2018 23:08:10 +0000 (23:08 +0000)
commit3e8df1eea588fa1eaff7b7f5e43a6c3404abeb48
tree37afc91762d6c57f04bd96c8f9f130bb79bf1fa5
parent5e674c7664745bd82b4bc57090a86d12dd0a64a8
In addition to the existing argument format:

prtblknos filesystem_device inode ...

add an additional argument format:

prtblknos file

which is more convenient than figuring out the filesystem
and inode number for "file".

When given a list of multiple inodes, rather than exiting
the program on an error with one of them, skip over it and
continue with the next one.

Submitted by: bde
tools/diag/prtblknos/main.c
tools/diag/prtblknos/prtblknos.c