commit | 5467b34bd1e81c8e719ae968ba6561723fdc15b8 | [log] [tgz] |
---|---|---|
author | Darrick J. Wong <darrick.wong@oracle.com> | Fri Jun 28 19:25:35 2019 -0700 |
committer | Darrick J. Wong <darrick.wong@oracle.com> | Fri Jun 28 19:25:35 2019 -0700 |
tree | cf5384a1ed363efa9bbbcbd3e2800c1e3602b278 | |
parent | 6dba88870c2315b77713291189015b56d63e60fe [diff] |
xfs: move xfs_ino_geometry to xfs_shared.h The inode geometry structure isn't related to ondisk format; it's support for the mount structure. Move it to xfs_shared.h. Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com> Reviewed-by: Dave Chinner <dchinner@redhat.com> Reviewed-by: Christoph Hellwig <hch@lst.de>