]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/commit - logprint/log_print_all.c
xfs: move v1 inode conversion to xfs_inode_from_disk
authorDave Chinner <dchinner@redhat.com>
Wed, 17 Feb 2016 08:55:52 +0000 (19:55 +1100)
committerDave Chinner <david@fromorbit.com>
Wed, 17 Feb 2016 08:55:52 +0000 (19:55 +1100)
commitf089fc4224f90e7d3b1a7b6faf666309547f2b44
tree3fc04f2626f0e7ba067f3f65448531696d125ce3
parentdb17aebeb4515c911b5505f5da4d8773bfc227c0
xfs: move v1 inode conversion to xfs_inode_from_disk

Source kernel commit faeb4e4715be017e88e630bda84477afc1dff38b

So we don't have to carry an di_onlink variable around anymore, move
the inode conversion from v1 inode format to v2 inode format into
xfs_inode_from_disk(). This means we can remove the di_onlink fields
from the struct xfs_icdinode.

Signed-off-by: Dave Chinner <dchinner@redhat.com>
Reviewed-by: Brian Foster <bfoster@redhat.com>
Reviewed-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Dave Chinner <david@fromorbit.com>
db/check.c
libxfs/util.c
libxfs/xfs_inode_buf.c
libxfs/xfs_inode_buf.h
libxfs/xfs_log_format.h
logprint/log_print_all.c