commit | 2bd3fa793aaa7e98b74e3653fdcc72fa753913b5 | [log] [tgz] |
---|---|---|
author | Christoph Hellwig <hch@lst.de> | Wed Nov 11 08:07:37 2020 -0800 |
committer | Darrick J. Wong <darrick.wong@oracle.com> | Wed Nov 11 08:07:37 2020 -0800 |
tree | 82543cb20f7fd39e283d11a1a7f294985213bc5b | |
parent | 54e9b09e153842ab5adb8a460b891e11b39e9c3d [diff] |
xfs: fix a missing unlock on error in xfs_fs_map_blocks We also need to drop the iolock when invalidate_inode_pages2 fails, not only on all other error or successful cases. Fixes: 527851124d10 ("xfs: implement pNFS export operations") Signed-off-by: Christoph Hellwig <hch@lst.de> Reviewed-by: Darrick J. Wong <darrick.wong@oracle.com> Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com>