commit | 8f3e2058e1746dc3fb8145f8fbd5ee358cbc1a30 | [log] [tgz] |
---|---|---|
author | Christoph Hellwig <hch@lst.de> | Wed Jul 20 11:29:35 2016 +1000 |
committer | Dave Chinner <david@fromorbit.com> | Wed Jul 20 11:29:35 2016 +1000 |
tree | 29d669c13e40bc557ebf5ae50b220017a9f4b79a | |
parent | 1a695a905c18548062509178b98bc91e67510864 [diff] |
xfs: don't pass ioflags around in the ioctl path Instead check the file pointer for the invisble I/O flag directly, and use the chance to drop redundant arguments from the xfs_ioc_space prototype. Signed-off-by: Christoph Hellwig <hch@lst.de> Reviewed-by: Dave Chinner <dchinner@redhat.com> Signed-off-by: Dave Chinner <david@fromorbit.com>