diff options
-rw-r--r-- | fs/read_write.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/fs/read_write.c b/fs/read_write.c index fa05985f700e..324ec271cc4e 100644 --- a/fs/read_write.c +++ b/fs/read_write.c | |||
@@ -1656,6 +1656,9 @@ next_file: | |||
1656 | mnt_drop_write_file(dst_file); | 1656 | mnt_drop_write_file(dst_file); |
1657 | next_loop: | 1657 | next_loop: |
1658 | fdput(dst_fd); | 1658 | fdput(dst_fd); |
1659 | |||
1660 | if (fatal_signal_pending(current)) | ||
1661 | goto out; | ||
1659 | } | 1662 | } |
1660 | 1663 | ||
1661 | out: | 1664 | out: |