diff options
author | David S. Miller <davem@davemloft.net> | 2011-04-11 16:44:25 -0400 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2011-04-11 16:44:25 -0400 |
commit | 1c01a80cfec6f806246f31ff2680cd3639b30e67 (patch) | |
tree | 0b554aad2ec1da71ecf6339d4ba51617bfe1dc3c /mm/memory-failure.c | |
parent | c44d79950b2daa1025e62eede73e4e4a274d1ef3 (diff) | |
parent | 4a9f65f6304a00f6473e83b19c1e83caa1e42530 (diff) |
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
Conflicts:
drivers/net/smsc911x.c
Diffstat (limited to 'mm/memory-failure.c')
-rw-r--r-- | mm/memory-failure.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/mm/memory-failure.c b/mm/memory-failure.c index 37feb9fec22..2b9a5eef39e 100644 --- a/mm/memory-failure.c +++ b/mm/memory-failure.c | |||
@@ -208,7 +208,7 @@ static int kill_proc_ao(struct task_struct *t, unsigned long addr, int trapno, | |||
208 | * Don't use force here, it's convenient if the signal | 208 | * Don't use force here, it's convenient if the signal |
209 | * can be temporarily blocked. | 209 | * can be temporarily blocked. |
210 | * This could cause a loop when the user sets SIGBUS | 210 | * This could cause a loop when the user sets SIGBUS |
211 | * to SIG_IGN, but hopefully noone will do that? | 211 | * to SIG_IGN, but hopefully no one will do that? |
212 | */ | 212 | */ |
213 | ret = send_sig_info(SIGBUS, &si, t); /* synchronous? */ | 213 | ret = send_sig_info(SIGBUS, &si, t); /* synchronous? */ |
214 | if (ret < 0) | 214 | if (ret < 0) |
@@ -634,7 +634,7 @@ static int me_pagecache_dirty(struct page *p, unsigned long pfn) | |||
634 | * when the page is reread or dropped. If an | 634 | * when the page is reread or dropped. If an |
635 | * application assumes it will always get error on | 635 | * application assumes it will always get error on |
636 | * fsync, but does other operations on the fd before | 636 | * fsync, but does other operations on the fd before |
637 | * and the page is dropped inbetween then the error | 637 | * and the page is dropped between then the error |
638 | * will not be properly reported. | 638 | * will not be properly reported. |
639 | * | 639 | * |
640 | * This can already happen even without hwpoisoned | 640 | * This can already happen even without hwpoisoned |
@@ -728,7 +728,7 @@ static int me_huge_page(struct page *p, unsigned long pfn) | |||
728 | * The table matches them in order and calls the right handler. | 728 | * The table matches them in order and calls the right handler. |
729 | * | 729 | * |
730 | * This is quite tricky because we can access page at any time | 730 | * This is quite tricky because we can access page at any time |
731 | * in its live cycle, so all accesses have to be extremly careful. | 731 | * in its live cycle, so all accesses have to be extremely careful. |
732 | * | 732 | * |
733 | * This is not complete. More states could be added. | 733 | * This is not complete. More states could be added. |
734 | * For any missing state don't attempt recovery. | 734 | * For any missing state don't attempt recovery. |