diff options
| author | Dave Chinner <david@fromorbit.com> | 2014-11-27 22:52:02 -0500 |
|---|---|---|
| committer | Dave Chinner <david@fromorbit.com> | 2014-11-27 22:52:02 -0500 |
| commit | 4bd47c1bf4a64225a855ed77e259eeb37944ba33 (patch) | |
| tree | 79aed8aaf3b04595d55762421d25d7ea2a5a5318 /fs/xfs/xfs_mount.h | |
| parent | 002758992693ae63c04122603ea9261a0a58d728 (diff) | |
| parent | db52d09ecbf85c54e263a9d1ebfb615a9b2b3ba6 (diff) | |
Merge branch 'xfs-misc-fixes-for-3.19-1' into for-next
Diffstat (limited to 'fs/xfs/xfs_mount.h')
| -rw-r--r-- | fs/xfs/xfs_mount.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/fs/xfs/xfs_mount.h b/fs/xfs/xfs_mount.h index b0447c86e7e2..01fb28f5ae1c 100644 --- a/fs/xfs/xfs_mount.h +++ b/fs/xfs/xfs_mount.h | |||
| @@ -168,6 +168,7 @@ typedef struct xfs_mount { | |||
| 168 | /* low free space thresholds */ | 168 | /* low free space thresholds */ |
| 169 | struct xfs_kobj m_kobj; | 169 | struct xfs_kobj m_kobj; |
| 170 | 170 | ||
| 171 | struct workqueue_struct *m_buf_workqueue; | ||
| 171 | struct workqueue_struct *m_data_workqueue; | 172 | struct workqueue_struct *m_data_workqueue; |
| 172 | struct workqueue_struct *m_unwritten_workqueue; | 173 | struct workqueue_struct *m_unwritten_workqueue; |
| 173 | struct workqueue_struct *m_cil_workqueue; | 174 | struct workqueue_struct *m_cil_workqueue; |
| @@ -384,7 +385,7 @@ extern int xfs_mount_log_sb(xfs_mount_t *, __int64_t); | |||
| 384 | extern struct xfs_buf *xfs_getsb(xfs_mount_t *, int); | 385 | extern struct xfs_buf *xfs_getsb(xfs_mount_t *, int); |
| 385 | extern int xfs_readsb(xfs_mount_t *, int); | 386 | extern int xfs_readsb(xfs_mount_t *, int); |
| 386 | extern void xfs_freesb(xfs_mount_t *); | 387 | extern void xfs_freesb(xfs_mount_t *); |
| 387 | extern int xfs_fs_writable(xfs_mount_t *); | 388 | extern bool xfs_fs_writable(struct xfs_mount *mp, int level); |
| 388 | extern int xfs_sb_validate_fsb_count(struct xfs_sb *, __uint64_t); | 389 | extern int xfs_sb_validate_fsb_count(struct xfs_sb *, __uint64_t); |
| 389 | 390 | ||
| 390 | extern int xfs_dev_is_read_only(struct xfs_mount *, char *); | 391 | extern int xfs_dev_is_read_only(struct xfs_mount *, char *); |
