]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/commit
libxfs: use a convenience variable instead of open-coding the fork
authorDarrick J. Wong <darrick.wong@oracle.com>
Sun, 20 Dec 2015 23:54:40 +0000 (10:54 +1100)
committerDave Chinner <david@fromorbit.com>
Sun, 20 Dec 2015 23:54:40 +0000 (10:54 +1100)
commit36e8786d1f9bfd16ae1654d1093de233f4c39396
treeb4519ce702e3c1a645c6235e0de6896b7e9c5772
parentaf2e7c6ebea60af768ae5e60f96eb5775a88f57f
libxfs: use a convenience variable instead of open-coding the fork

Use a convenience variable instead of open-coding the inode fork.
This isn't really needed for now, but will become important when we
add the copy-on-write fork later.

Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com>
Reviewed-by: Dave Chinner <dchinner@redhat.com>
Signed-off-by: Dave Chinner <david@fromorbit.com>
libxfs/xfs_bmap.c