]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Update the libufs cgget() and cgput() interfaces to have a similar
authorKirk McKusick <mckusick@FreeBSD.org>
Sat, 19 Sep 2020 22:48:30 +0000 (22:48 +0000)
committerKirk McKusick <mckusick@FreeBSD.org>
Sat, 19 Sep 2020 22:48:30 +0000 (22:48 +0000)
commit85ee267a3eb58f9aa1a73a1abcf033c5c460b324
tree76560a561871fae0dc3150bedadc7fd8751ceb9c
parenta29c0348f0653c25adb65e340e6f5a7edc86b8a2
Update the libufs cgget() and cgput() interfaces to have a similar
API to the sbget() and sbput() interfaces. Specifically they take
a file descriptor pointer rather than the struct uufsd *disk pointer
used by the libufs cgread() and cgwrite() interfaces. Update fsck_ffs
to use these revised interfaces.

No functional changes intended.

Sponsored by: Netflix
lib/libufs/cgread.3
lib/libufs/cgroup.c
lib/libufs/getinode.3
lib/libufs/libufs.3
lib/libufs/libufs.h
lib/libufs/sblock.c
lib/libufs/sbread.3
sbin/fsck_ffs/fsutil.c
sbin/fsck_ffs/gjournal.c
sbin/fsck_ffs/suj.c