sbin/newfs_hammer2: Check S_ISREG()
authorTomohiro Kusumi <kusumi.tomohiro@gmail.com>
Thu, 12 Oct 2017 19:48:11 +0000 (22:48 +0300)
committerTomohiro Kusumi <kusumi.tomohiro@gmail.com>
Thu, 12 Oct 2017 19:48:11 +0000 (22:48 +0300)
commitd6cfa63feddb7be6edb1d190c41e1729e54d244e
tree67e247a5c67cde7981a1a2c4210f73c831fb8d62
parent52d3d728667e0146427d1548bb17fcc282de9902
sbin/newfs_hammer2: Check S_ISREG()

The comment says as follows, so check S_ISREG().
/* Allow the formatting of regular files as HAMMER2 volumes */

This is also what the same function in HAMMER1 does.
sbin/newfs_hammer2/newfs_hammer2.c