diff options
Diffstat (limited to 'fs/gfs2/sys.h')
-rw-r--r-- | fs/gfs2/sys.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/fs/gfs2/sys.h b/fs/gfs2/sys.h index e94560e836d7..79182d6ad6ac 100644 --- a/fs/gfs2/sys.h +++ b/fs/gfs2/sys.h | |||
@@ -19,5 +19,7 @@ void gfs2_sys_fs_del(struct gfs2_sbd *sdp); | |||
19 | int gfs2_sys_init(void); | 19 | int gfs2_sys_init(void); |
20 | void gfs2_sys_uninit(void); | 20 | void gfs2_sys_uninit(void); |
21 | 21 | ||
22 | int gfs2_recover_set(struct gfs2_sbd *sdp, unsigned jid); | ||
23 | |||
22 | #endif /* __SYS_DOT_H__ */ | 24 | #endif /* __SYS_DOT_H__ */ |
23 | 25 | ||