]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/commit
libxfs: drop the ifork_ops parameter from libxfs_inode_verify_forks
authorDarrick J. Wong <darrick.wong@oracle.com>
Fri, 26 Apr 2019 20:42:00 +0000 (15:42 -0500)
committerEric Sandeen <sandeen@redhat.com>
Fri, 26 Apr 2019 20:42:00 +0000 (15:42 -0500)
commit3d16890ebcfaf33b95ec2a64f5e412c9ec68f4c3
tree73f9468cc29e43761b9d5cec67fb4a5b1bea2d3f
parente0187d73c100eefa0af961d4aeb8080b135d53fd
libxfs: drop the ifork_ops parameter from libxfs_inode_verify_forks

Now that the inode remembers its own ifork_ops, we can drop the second
parameter from libxfs_inode_verify_forks.

Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com>
Reviewed-by: Bill O'Donnell <billodo@redhat.com>
Reviewed-by: Eric Sandeen <sandeen@redhat.com>
Signed-off-by: Eric Sandeen <sandeen@sandeen.net>
include/xfs_inode.h
libxfs/rdwr.c
libxfs/util.c