diff options
Diffstat (limited to 'fs/xfs/xfs_log.h')
-rw-r--r-- | fs/xfs/xfs_log.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/fs/xfs/xfs_log.h b/fs/xfs/xfs_log.h index 80ba0c047090..b5e71072fde5 100644 --- a/fs/xfs/xfs_log.h +++ b/fs/xfs/xfs_log.h | |||
@@ -163,12 +163,8 @@ int xfs_log_reserve(struct xfs_mount *mp, | |||
163 | __uint8_t clientid, | 163 | __uint8_t clientid, |
164 | bool permanent); | 164 | bool permanent); |
165 | int xfs_log_regrant(struct xfs_mount *mp, struct xlog_ticket *tic); | 165 | int xfs_log_regrant(struct xfs_mount *mp, struct xlog_ticket *tic); |
166 | int xfs_log_unmount_write(struct xfs_mount *mp); | ||
167 | void xfs_log_unmount(struct xfs_mount *mp); | 166 | void xfs_log_unmount(struct xfs_mount *mp); |
168 | int xfs_log_force_umount(struct xfs_mount *mp, int logerror); | 167 | int xfs_log_force_umount(struct xfs_mount *mp, int logerror); |
169 | int xfs_log_need_covered(struct xfs_mount *mp); | ||
170 | |||
171 | void xlog_iodone(struct xfs_buf *); | ||
172 | 168 | ||
173 | struct xlog_ticket *xfs_log_ticket_get(struct xlog_ticket *ticket); | 169 | struct xlog_ticket *xfs_log_ticket_get(struct xlog_ticket *ticket); |
174 | void xfs_log_ticket_put(struct xlog_ticket *ticket); | 170 | void xfs_log_ticket_put(struct xlog_ticket *ticket); |
@@ -178,7 +174,6 @@ void xfs_log_commit_cil(struct xfs_mount *mp, struct xfs_trans *tp, | |||
178 | bool xfs_log_item_in_current_chkpt(struct xfs_log_item *lip); | 174 | bool xfs_log_item_in_current_chkpt(struct xfs_log_item *lip); |
179 | 175 | ||
180 | void xfs_log_work_queue(struct xfs_mount *mp); | 176 | void xfs_log_work_queue(struct xfs_mount *mp); |
181 | void xfs_log_worker(struct work_struct *work); | ||
182 | void xfs_log_quiesce(struct xfs_mount *mp); | 177 | void xfs_log_quiesce(struct xfs_mount *mp); |
183 | bool xfs_log_check_lsn(struct xfs_mount *, xfs_lsn_t); | 178 | bool xfs_log_check_lsn(struct xfs_mount *, xfs_lsn_t); |
184 | 179 | ||