xfs: bmap code cleanup
authorShan Hai <shan.hai@oracle.com>
Tue, 23 Jan 2018 21:56:11 +0000 (13:56 -0800)
committerDarrick J. Wong <darrick.wong@oracle.com>
Mon, 29 Jan 2018 15:27:22 +0000 (07:27 -0800)
commit6ca30729c206d62d88730a904af7d543a56273d8
treeb094bdea6121381dd71acff4e7563b7f3ab4ea3d
parent643c8c05e75d978c55ceb584f21a16de5431c17d
xfs: bmap code cleanup

Remove the extent size hint and realtime inode relevant code from
the xfs_bmapi_reserve_delalloc since it is not called on the inode
with extent size hint set or on a realtime inode.

Signed-off-by: Shan Hai <shan.hai@oracle.com>
Reviewed-by: Darrick J. Wong <darrick.wong@oracle.com>
Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com>
fs/xfs/libxfs/xfs_bmap.c