]> git.karo-electronics.de Git - karo-tx-linux.git/commit
mm: print out information of file affected by memory error
authorNaoya Horiguchi <n-horiguchi@ah.jp.nec.com>
Thu, 29 Nov 2012 03:17:10 +0000 (14:17 +1100)
committerStephen Rothwell <sfr@canb.auug.org.au>
Wed, 5 Dec 2012 05:23:01 +0000 (16:23 +1100)
commit1b6ef9f40253ea7befe68c42c14514944e6d2b18
treec56eaa8a1dd7082bac7ca21422e6f56e15622e7d
parent5d92585ae36497edc2f0a85acaeb8402908fdd26
mm: print out information of file affected by memory error

Printing out the information about which file can be affected by a memory
error in generic_error_remove_page() is helpful for user to estimate the
impact of the error.

Signed-off-by: Naoya Horiguchi <n-horiguchi@ah.jp.nec.com>
Cc: Jan Kara <jack@suse.cz>
Cc: Andi Kleen <ak@linux.intel.com>
Cc: Tony Luck <tony.luck@intel.com>
Cc: "Jun'ichi Nomura" <j-nomura@ce.jp.nec.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
mm/truncate.c