libxfs: use a convenience variable instead of open-coding the fork
authorDarrick J. Wong <darrick.wong@oracle.com>
Mon, 4 Jan 2016 05:12:42 +0000 (16:12 +1100)
committerDave Chinner <david@fromorbit.com>
Mon, 4 Jan 2016 05:12:42 +0000 (16:12 +1100)
commit6d3eb1eca0e35cc1c0c80eacb7e7fe23c0dbfb07
tree9abacbf689851a9d0a5021ad1c62760c1f7dc80c
parent9b434a347c3d0aab5a14911fc65531e792da3ae6
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>
fs/xfs/libxfs/xfs_bmap.c