]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Allow libufs(3) functions to operate on a regular file. This makes it possible to
authorJuli Mallett <jmallett@FreeBSD.org>
Thu, 11 Jun 2009 18:04:57 +0000 (18:04 +0000)
committerJuli Mallett <jmallett@FreeBSD.org>
Thu, 11 Jun 2009 18:04:57 +0000 (18:04 +0000)
commit990b6d05ab30a8dd6d5ba69490bd0d8d07a6f67d
tree8ecb5eb23603f1b6c1ced0476a36ae485af85109
parenta4cf065a39e2aa73162cd1111c275eda1e469ca0
Allow libufs(3) functions to operate on a regular file.  This makes it possible to
use almost anything that uses libufs(3) against a file as an unprivileged user, e.g.
tunefs(8) and dumpfs(8) against a makefs(8)-created image.

Prodded by: kensmith
lib/libufs/type.c
lib/libufs/ufs_disk_close.3