]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/commit
libxfs: share kernel's xfs_trans_inode.c
authorEric Sandeen <sandeen@redhat.com>
Tue, 21 May 2019 16:04:02 +0000 (11:04 -0500)
committerEric Sandeen <sandeen@redhat.com>
Tue, 21 May 2019 16:04:02 +0000 (11:04 -0500)
commit5539639c821eed73dd533a9b7653c964e95e3a88
treef78cb7124aa242c6e47a197cb03298f1341a8d87
parentb192e77cc38473964c718bd035502b702c6a6e34
libxfs: share kernel's xfs_trans_inode.c

Now that the majority of cosmetic changes and compat shims
are in place, we can directly share kernelspace's
xfs_trans_inode.c with just a couple more small tweaks.
In addition to the file move,

* ili_fsync_fields is added to xfs_inode_log_item (but not used)
* test_and_set_bit() helper is created

Signed-off-by: Eric Sandeen <sandeen@redhat.com>
Reviewed-by: Darrick J. Wong <darrick.wong@oracle.com>
Reviewed-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Eric Sandeen <sandeen@sandeen.net>
include/xfs_trans.h
libxfs/Makefile
libxfs/libxfs_priv.h
libxfs/trans.c
libxfs/util.c
libxfs/xfs_trans_inode.c [new file with mode: 0644]