Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F107855377
D36253.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
757 B
Referenced Files
None
Subscribers
None
D36253.diff
View Options
diff --git a/stand/libsa/ufs.c b/stand/libsa/ufs.c
--- a/stand/libsa/ufs.c
+++ b/stand/libsa/ufs.c
@@ -151,6 +151,9 @@
static int ufs_use_sa_read(void *, off_t, void **, int);
/* from ffs_subr.c */
+int ffs_sbget(void *devfd, struct fs **fsp, off_t sblock, int flags,
+ char *filltype,
+ int (*readfunc)(void *devfd, off_t loc, void **bufp, int size));
int ffs_sbsearch(void *, struct fs **, int, char *,
int (*)(void *, off_t, void **, int));
@@ -529,8 +532,8 @@
if (mnt == NULL) {
/* read super block */
twiddle(1);
- if ((rc = ffs_sbsearch(f, &fs, 0, "stand", ufs_use_sa_read))
- != 0) {
+ if ((rc = ffs_sbget(f, &fs, UFS_STDSB, UFS_NOHASHFAIL, "stand",
+ ufs_use_sa_read)) != 0) {
goto out;
}
} else {
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sun, Jan 19, 6:17 PM (19 h, 5 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
15954293
Default Alt Text
D36253.diff (757 B)
Attached To
Mode
D36253: stand: Search less agressively for UFS super block
Attached
Detach File
Event Timeline
Log In to Comment