]> www.infradead.org Git - users/hch/xfsprogs.git/commit
libxfs: remove LIBXFS_EXIT_ON_FAILURE
authorDarrick J. Wong <darrick.wong@oracle.com>
Sun, 1 Mar 2020 17:33:38 +0000 (12:33 -0500)
committerEric Sandeen <sandeen@sandeen.net>
Sun, 1 Mar 2020 17:33:38 +0000 (12:33 -0500)
commitac7ad9aafd5c9ef534bb55fdab1f3c178fc61d48
tree64850b0421046aa78246f7a095fd4f355c80a612
parentd855bce8f53a7845e49bcf7a1f4cd3ba2dd70e9f
libxfs: remove LIBXFS_EXIT_ON_FAILURE

Now that the read-side users of LIBXFS_EXIT_ON_FAILURE are gone and the
only write-side callers are in mkfs which now checks for buffer write
failures, get rid of LIBXFS_EXIT_ON_FAILURE.

Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com>
Reviewed-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Eric Sandeen <sandeen@sandeen.net>
include/libxfs.h
libxfs/libxfs_io.h
libxfs/rdwr.c
mkfs/proto.c
mkfs/xfs_mkfs.c