xfs: xfs_bunmapi() does not need XFS_BMAPI_METADATA flag
authorDave Chinner <dchinner@redhat.com>
Wed, 29 Jul 2015 01:51:01 +0000 (11:51 +1000)
committerDave Chinner <david@fromorbit.com>
Wed, 29 Jul 2015 01:51:01 +0000 (11:51 +1000)
commitab7bb61092308e83130b8d15725aee1672991d65
treeb80c7f326f75c50f42e26a75466ed84f8edb6850
parentbc0195aad0daa2ad5b0d76cce22b167bc3435590
xfs: xfs_bunmapi() does not need XFS_BMAPI_METADATA flag

xfs_bunmapi() doesn't care what type of extent is being freed and
does not look at the XFS_BMAPI_METADATA flag at all. As such we can
remove the XFS_BMAPI_METADATA from all callers that use it.

Signed-off-by: Dave Chinner <dchinner@redhat.com>
Reviewed-by: Brian Foster <bfoster@redhat.com>
Signed-off-by: Dave Chinner <david@fromorbit.com>
fs/xfs/libxfs/xfs_attr_remote.c
fs/xfs/libxfs/xfs_da_btree.c
fs/xfs/libxfs/xfs_dir2.c
fs/xfs/xfs_symlink.c