diff options
author | Darrick J. Wong <darrick.wong@oracle.com> | 2020-01-02 13:25:00 -0800 |
---|---|---|
committer | Darrick J. Wong <darrick.wong@oracle.com> | 2020-01-14 08:02:51 -0800 |
commit | a5084865524dee1fe8ea1fee17c60b4369ad4f5e (patch) | |
tree | a1de44d22c25ccc7b9930e2c774328caf298924d /fs/xfs/xfs_inode.c | |
parent | 7cb41b1d14e139f7f4247fc29af25e59139bc1ac (diff) | |
download | blackbird-op-linux-a5084865524dee1fe8ea1fee17c60b4369ad4f5e.tar.gz blackbird-op-linux-a5084865524dee1fe8ea1fee17c60b4369ad4f5e.zip |
xfs: introduce XFS_MAX_FILEOFF
Introduce a new #define for the maximum supported file block offset.
We'll use this in the next patch to make it more obvious that we're
doing some operation for all possible inode fork mappings after a given
offset. We can't use ULLONG_MAX here because bunmapi uses that to
detect when it's done.
Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com>
Reviewed-by: Christoph Hellwig <hch@lst.de>
Diffstat (limited to 'fs/xfs/xfs_inode.c')
0 files changed, 0 insertions, 0 deletions