Revision 2b42be5eb24564227b15e66f54f088e5a26549c7 authored by Jan Kara on 11 March 2019, 14:27:02 UTC, committed by Jan Kara on 18 March 2019, 15:30:02 UTC
Make udf_truncate_extents() properly propagate errors to its callers and
let udf_setsize() handle the error properly as well. This lets userspace
know in case there's some error when truncating blocks.

Signed-off-by: Jan Kara <jack@suse.cz>
1 parent d3ca465
Raw File
Kconfig
#
# Configuration for L3 master device support
#

config NET_L3_MASTER_DEV
	bool "L3 Master device support"
	depends on INET || IPV6
	---help---
	  This module provides glue between core networking code and device
	  drivers to support L3 master devices like VRF.
back to top