diff options
author | Kirk McKusick <mckusick@FreeBSD.org> | 2020-09-19 22:48:30 +0000 |
---|---|---|
committer | Kirk McKusick <mckusick@FreeBSD.org> | 2020-09-19 22:48:30 +0000 |
commit | 85ee267a3eb58f9aa1a73a1abcf033c5c460b324 (patch) | |
tree | 76560a561871fae0dc3150bedadc7fd8751ceb9c /lib/libufs/sbread.3 | |
parent | a29c0348f0653c25adb65e340e6f5a7edc86b8a2 (diff) | |
download | src-85ee267a3eb58f9aa1a73a1abcf033c5c460b324.tar.gz src-85ee267a3eb58f9aa1a73a1abcf033c5c460b324.zip |
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
Notes
Notes:
svn path=/head/; revision=365919
Diffstat (limited to 'lib/libufs/sbread.3')
-rw-r--r-- | lib/libufs/sbread.3 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/libufs/sbread.3 b/lib/libufs/sbread.3 index 13cadd39d9b2..e97469f86873 100644 --- a/lib/libufs/sbread.3 +++ b/lib/libufs/sbread.3 @@ -11,7 +11,7 @@ .\" .\" $FreeBSD$ .\" -.Dd January 19, 2018 +.Dd September 2, 2020 .Dt SBREAD 3 .Os .Sh NAME @@ -145,3 +145,4 @@ in .Fx 5.0 . .Sh AUTHORS .An Juli Mallett Aq Mt jmallett@FreeBSD.org +.An Marshall Kirk McKusick Aq Mt mckusick@FreeBSD.org |