diff options
Diffstat (limited to 'fs/xfs/xfs_log_priv.h')
-rw-r--r-- | fs/xfs/xfs_log_priv.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/xfs/xfs_log_priv.h b/fs/xfs/xfs_log_priv.h index e7d8f84443fa..de7ef6ca9206 100644 --- a/fs/xfs/xfs_log_priv.h +++ b/fs/xfs/xfs_log_priv.h | |||
@@ -404,6 +404,7 @@ typedef struct xlog_in_core { | |||
404 | typedef struct log { | 404 | typedef struct log { |
405 | /* The following fields don't need locking */ | 405 | /* The following fields don't need locking */ |
406 | struct xfs_mount *l_mp; /* mount point */ | 406 | struct xfs_mount *l_mp; /* mount point */ |
407 | struct xfs_ail *l_ailp; /* AIL log is working with */ | ||
407 | struct xfs_buf *l_xbuf; /* extra buffer for log | 408 | struct xfs_buf *l_xbuf; /* extra buffer for log |
408 | * wrapping */ | 409 | * wrapping */ |
409 | struct xfs_buftarg *l_targ; /* buftarg of log */ | 410 | struct xfs_buftarg *l_targ; /* buftarg of log */ |