summaryrefslogtreecommitdiffstats
path: root/sbin/fsck_ffs/fsck.h
diff options
context:
space:
mode:
authormckusick <mckusick@FreeBSD.org>2011-07-15 15:43:40 +0000
committermckusick <mckusick@FreeBSD.org>2011-07-15 15:43:40 +0000
commitf57829beea18717741f7192062e2b29432479afe (patch)
tree5326bbb7b4d31239aa6edc469390fec0c4109702 /sbin/fsck_ffs/fsck.h
parent3b092444e94a084b65ab95d481df255b58d72825 (diff)
downloadFreeBSD-src-f57829beea18717741f7192062e2b29432479afe.zip
FreeBSD-src-f57829beea18717741f7192062e2b29432479afe.tar.gz
Break out the pass 5 inode and block map updating into a separate function
so that the function can be used by the journaling soft updates recovery.
Diffstat (limited to 'sbin/fsck_ffs/fsck.h')
-rw-r--r--sbin/fsck_ffs/fsck.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sbin/fsck_ffs/fsck.h b/sbin/fsck_ffs/fsck.h
index 250fc1f..8091d0f 100644
--- a/sbin/fsck_ffs/fsck.h
+++ b/sbin/fsck_ffs/fsck.h
@@ -395,5 +395,6 @@ void setinodebuf(ino_t);
int setup(char *dev);
void gjournal_check(const char *filesys);
int suj_check(const char *filesys);
+void update_maps(struct cg *, struct cg*, int);
#endif /* !_FSCK_H_ */
OpenPOWER on IntegriCloud