]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/commit
libxfs: remove unused buf_fsprivate3
authorEric Sandeen <sandeen@redhat.com>
Thu, 25 Jan 2018 19:54:51 +0000 (13:54 -0600)
committerEric Sandeen <sandeen@redhat.com>
Thu, 25 Jan 2018 19:54:51 +0000 (13:54 -0600)
commit2e2caf7d6d284bfda8d3057720d83884880a2753
tree052a7be2e1c5a387eb08a6c72286af59d2c9b591
parentcfc06b60b832032a49f596b6b59449353bdcd088
libxfs: remove unused buf_fsprivate3

The buf_fsprivate3 field has no actual use, other than a pointless
"if it's not set, set it" in xfs_buf_item_init; nobody cares after
that.  Remove it.

Signed-off-by: Eric Sandeen <sandeen@redhat.com>
Reviewed-by: Darrick J. Wong <darrick.wong@oracle.com>
Signed-off-by: Eric Sandeen <sandeen@sandeen.net>
libxfs/libxfs_io.h
libxfs/logitem.c