diff options
author | Nathan Scott <nathans@sgi.com> | 2005-11-01 19:44:33 -0500 |
---|---|---|
committer | Nathan Scott <nathans@sgi.com> | 2005-11-01 19:44:33 -0500 |
commit | fc1f8c1ca373dc88dd6e8c0e8b7de0e6ad95d441 (patch) | |
tree | e49b7a364bf6a6fc18e650b3a6e10b516c1ba547 /fs/xfs/xfs_mount.h | |
parent | 4aeb664c2561c0bae18d7a3a141d7d2acf126da1 (diff) |
[XFS] Track external log/realtime device names for correct reporting in
/proc/mounts.
SGI-PV: 942984
SGI-Modid: xfs-linux:xfs-kern:23862a
Signed-off-by: Nathan Scott <nathans@sgi.com>
Diffstat (limited to 'fs/xfs/xfs_mount.h')
-rw-r--r-- | fs/xfs/xfs_mount.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/fs/xfs/xfs_mount.h b/fs/xfs/xfs_mount.h index 5c5e7bf4a8a9..7341f4984c08 100644 --- a/fs/xfs/xfs_mount.h +++ b/fs/xfs/xfs_mount.h | |||
@@ -292,6 +292,8 @@ typedef struct xfs_mount { | |||
292 | struct xfs_buf *m_sb_bp; /* buffer for superblock */ | 292 | struct xfs_buf *m_sb_bp; /* buffer for superblock */ |
293 | char *m_fsname; /* filesystem name */ | 293 | char *m_fsname; /* filesystem name */ |
294 | int m_fsname_len; /* strlen of fs name */ | 294 | int m_fsname_len; /* strlen of fs name */ |
295 | char *m_rtname; /* realtime device name */ | ||
296 | char *m_logname; /* external log device name */ | ||
295 | int m_bsize; /* fs logical block size */ | 297 | int m_bsize; /* fs logical block size */ |
296 | xfs_agnumber_t m_agfrotor; /* last ag where space found */ | 298 | xfs_agnumber_t m_agfrotor; /* last ag where space found */ |
297 | xfs_agnumber_t m_agirotor; /* last ag dir inode alloced */ | 299 | xfs_agnumber_t m_agirotor; /* last ag dir inode alloced */ |