-
- Downloads
xfs: unlock i_mutex in xfs_break_layouts
We want to drop all I/O path locks when recalling layouts, and that includes i_mutex for the write path. Without this we get stuck processe when recalls take too long. [dchinner: fix build with !CONFIG_PNFS] Signed-off-by:Christoph Hellwig <hch@lst.de> Reviewed-by:
Dave Chinner <dchinner@redhat.com> Signed-off-by:
Dave Chinner <david@fromorbit.com>
Showing
- fs/xfs/xfs_file.c 2 additions, 2 deletionsfs/xfs/xfs_file.c
- fs/xfs/xfs_ioctl.c 1 addition, 1 deletionfs/xfs/xfs_ioctl.c
- fs/xfs/xfs_iops.c 1 addition, 1 deletionfs/xfs/xfs_iops.c
- fs/xfs/xfs_pnfs.c 6 additions, 1 deletionfs/xfs/xfs_pnfs.c
- fs/xfs/xfs_pnfs.h 3 additions, 2 deletionsfs/xfs/xfs_pnfs.h
Please register or sign in to comment