]> git.karo-electronics.de Git - linux-beck.git/commit
xfs: check return value of _trans_reserve_quota_nblks
authorDarrick J. Wong <darrick.wong@oracle.com>
Mon, 9 Jan 2017 15:38:33 +0000 (16:38 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 12 Jan 2017 10:39:39 +0000 (11:39 +0100)
commita11f90ca5f306a1c38db4f24db8bff97ffb87bd2
tree120410e3a0339707c1f79254bf3eb91d3cbb1852
parentae8b6cb40cb29dfa760641ce55d5b9c0c153a1f2
xfs: check return value of _trans_reserve_quota_nblks

commit 4fd29ec47212c8cbf98916af519019ccc5e58e49 upstream.

Check the return value of xfs_trans_reserve_quota_nblks for errors.

Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com>
Reviewed-by: Dave Chinner <dchinner@redhat.com>
Signed-off-by: Dave Chinner <david@fromorbit.com>
Cc: Christoph Hellwig <hch@lst.de>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
fs/xfs/libxfs/xfs_bmap.c