diff options
author | Brian Foster <bfoster@redhat.com> | 2018-07-12 07:26:11 +0200 |
---|---|---|
committer | Darrick J. Wong <darrick.wong@oracle.com> | 2018-07-12 07:26:11 +0200 |
commit | 2ba13721257e2c76e90e8d83dfd9ba91c434355d (patch) | |
tree | 13cbd7ae5f70a2e13d7e800ab73501b3d7d3b144 /fs/autofs | |
parent | xfs: replace xfs_da_args->dfops accesses with ->t_dfops and remove (diff) | |
download | linux-2ba13721257e2c76e90e8d83dfd9ba91c434355d.tar.xz linux-2ba13721257e2c76e90e8d83dfd9ba91c434355d.zip |
xfs: use ->t_dfops in dqalloc transaction
xfs_dquot_disk_alloc() receives a transaction from the caller and
passes a local dfops along to xfs_bmapi_write(). If we attach this
dfops to the transaction, we have to make sure to clear it before
returning to avoid invalid access of stack memory.
Since xfs_qm_dqread_alloc() is the only caller, pull dfops into the
caller and attach it to the transaction to eliminate this pattern
entirely.
Signed-off-by: Brian Foster <bfoster@redhat.com>
Reviewed-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Darrick J. Wong <darrick.wong@oracle.com>
Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com>
Diffstat (limited to 'fs/autofs')
0 files changed, 0 insertions, 0 deletions