]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/commit
xfs: remove the ip argument to xfs_defer_finish
authorChristoph Hellwig <hch@lst.de>
Wed, 18 Oct 2017 18:38:49 +0000 (13:38 -0500)
committerEric Sandeen <sandeen@redhat.com>
Wed, 18 Oct 2017 18:38:49 +0000 (13:38 -0500)
commit5c33baee95e5becf406589e86afb07040840cae9
treeef7710be07665afd91bd0383554105598fa9f98e
parent277d3c3a7576c757205ae7777d5daac2bc164000
xfs: remove the ip argument to xfs_defer_finish

Source kernel commit: 8ad7c629b18695ec1ee8654fb27599864049862b

And instead require callers to explicitly join the inode using
xfs_defer_ijoin.  Also consolidate the defer error handling in
a few places using a goto label.

Signed-off-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>
Signed-off-by: Eric Sandeen <sandeen@sandeen.net>
libxfs/libxfs_api_defs.h
libxfs/util.c
libxfs/xfs_attr.c
libxfs/xfs_attr_remote.c
libxfs/xfs_bmap.c
libxfs/xfs_defer.c
libxfs/xfs_defer.h
libxfs/xfs_refcount.c
mkfs/proto.c
repair/phase6.c