diff options
Diffstat (limited to 'fs/buffer.c')
-rw-r--r-- | fs/buffer.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/buffer.c b/fs/buffer.c index d60d61e8ed7d..52d024bfdbc1 100644 --- a/fs/buffer.c +++ b/fs/buffer.c | |||
@@ -2366,7 +2366,7 @@ static int cont_expand_zero(struct file *file, struct address_space *mapping, | |||
2366 | 2366 | ||
2367 | balance_dirty_pages_ratelimited(mapping); | 2367 | balance_dirty_pages_ratelimited(mapping); |
2368 | 2368 | ||
2369 | if (unlikely(fatal_signal_pending(current))) { | 2369 | if (fatal_signal_pending(current)) { |
2370 | err = -EINTR; | 2370 | err = -EINTR; |
2371 | goto out; | 2371 | goto out; |
2372 | } | 2372 | } |