]> git.proxmox.com Git - mirror_ubuntu-zesty-kernel.git/commit
xfs: remove the sync_mode argument to xfs_qm_dqflush_all
authorChristoph Hellwig <hch@infradead.org>
Tue, 6 Dec 2011 21:58:13 +0000 (21:58 +0000)
committerBen Myers <bpm@sgi.com>
Mon, 12 Dec 2011 22:46:20 +0000 (16:46 -0600)
commita7ef9bd79f488c643edfda7dedcbdb0a1b8e7552
treedf4b36b0ca2b663f3e19b268168742c5a808f9fa
parent34625c661b01dab193c7e8a0151a63553e97cfdf
xfs: remove the sync_mode argument to xfs_qm_dqflush_all

It always is zero, and removing it will make future changes easier.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Dave Chinner <dchinner@redhat.com>
Signed-off-by: Ben Myers <bpm@sgi.com>
fs/xfs/xfs_qm.c