]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commit
libxfs: synchronize dinode_verify with userspace
authorDarrick J. Wong <darrick.wong@oracle.com>
Tue, 8 Nov 2016 00:56:06 +0000 (11:56 +1100)
committerDave Chinner <david@fromorbit.com>
Tue, 8 Nov 2016 00:56:06 +0000 (11:56 +1100)
commit420fbeb4bff483d89dd8de9242b8fd83e2eb3527
treeabf49a0c4638383e0a3742d5abb7bbdc692f5dd5
parent755c7bf5ddcaf88d7f39bbd702c6c082cef5b8a2
libxfs: synchronize dinode_verify with userspace

The userspace version of _dinode_verify takes a raw inode number
instead of an inode itself.  Since neither version actually needs
the inode, port the changes to the kernel.  This will also reduce
the libxfs diff noise.

Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com>
Reviewed-by: Dave Chinner <dchinner@redhat.com>
Signed-off-by: Dave Chinner <david@fromorbit.com>
fs/xfs/libxfs/xfs_inode_buf.c