summaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_mount.h
diff options
context:
space:
mode:
authorMark Tinguely2012-06-14 16:22:15 +0200
committerBen Myers2012-06-21 21:21:11 +0200
commitf7bdf03a99efc083608cd9c0c3e03abff311c79e (patch)
treea9edfa8688f957e1e2d7175f50a75444295bf5a5 /fs/xfs/xfs_mount.h
parentxfs: shutdown xfs_sync_worker before the log (diff)
downloadkernel-qcow2-linux-f7bdf03a99efc083608cd9c0c3e03abff311c79e.tar.gz
kernel-qcow2-linux-f7bdf03a99efc083608cd9c0c3e03abff311c79e.tar.xz
kernel-qcow2-linux-f7bdf03a99efc083608cd9c0c3e03abff311c79e.zip
xfs: rename log structure to xlog
Rename the XFS log structure to xlog to help crash distinquish it from the other logs in Linux. Signed-off-by: Mark Tinguely <tinguely@sgi.com> Reviewed-by: Christoph Hellwig <hch@lst.de> Signed-off-by: Ben Myers <bpm@sgi.com>
Diffstat (limited to 'fs/xfs/xfs_mount.h')
-rw-r--r--fs/xfs/xfs_mount.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/fs/xfs/xfs_mount.h b/fs/xfs/xfs_mount.h
index 8b89c5ac72d9..90c1fc9eaea4 100644
--- a/fs/xfs/xfs_mount.h
+++ b/fs/xfs/xfs_mount.h
@@ -53,7 +53,7 @@ typedef struct xfs_trans_reservations {
#include "xfs_sync.h"
-struct log;
+struct xlog;
struct xfs_mount_args;
struct xfs_inode;
struct xfs_bmbt_irec;
@@ -133,7 +133,7 @@ typedef struct xfs_mount {
uint m_readio_blocks; /* min read size blocks */
uint m_writeio_log; /* min write size log bytes */
uint m_writeio_blocks; /* min write size blocks */
- struct log *m_log; /* log specific stuff */
+ struct xlog *m_log; /* log specific stuff */
int m_logbufs; /* number of log buffers */
int m_logbsize; /* size of each log buffer */
uint m_rsumlevels; /* rt summary levels */