commit | e2aaee9cd34d8396a48abf0b1be81a464c1d51c5 | [log] [tgz] |
---|---|---|
author | Darrick J. Wong <darrick.wong@oracle.com> | Mon Jun 29 14:47:20 2020 -0700 |
committer | Darrick J. Wong <darrick.wong@oracle.com> | Mon Jul 06 10:46:57 2020 -0700 |
tree | c4fb88e06b3541ae2bcbf610c5abbc7bfab63f71 | |
parent | 10b4bd6c9cbc1434c9aca523dac9c4313b56f1ae [diff] |
xfs: move helpers that lock and unlock two inodes against userspace IO Move the double-inode locking helpers to xfs_inode.c since they're not specific to reflink. Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com> Reviewed-by: Brian Foster <bfoster@redhat.com>