diff options
author | Dean Nelson <dcn@sgi.com> | 2006-01-06 09:48:21 -0600 |
---|---|---|
committer | Tony Luck <tony.luck@intel.com> | 2006-01-13 10:19:14 -0800 |
commit | 1ecaded80f94f2779160529aef7d6f37a22c2f60 (patch) | |
tree | 3d87c587e6b67e34403ddd954f1dec09b72563f2 /arch/ia64/sn/kernel/xpc_partition.c | |
parent | 246c7e33d51afe99890b2caab7ad482c0296d5ba (diff) | |
download | kernel_goldelico_gta04-1ecaded80f94f2779160529aef7d6f37a22c2f60.zip kernel_goldelico_gta04-1ecaded80f94f2779160529aef7d6f37a22c2f60.tar.gz kernel_goldelico_gta04-1ecaded80f94f2779160529aef7d6f37a22c2f60.tar.bz2 |
[IA64-SGI] cleanup XPC disengage related messages
Cleanup the XPC disengage related messages that are printed to the log.
Signed-off-by: Dean Nelson <dcn@sgi.com>
Signed-off-by: Tony Luck <tony.luck@intel.com>
Diffstat (limited to 'arch/ia64/sn/kernel/xpc_partition.c')
-rw-r--r-- | arch/ia64/sn/kernel/xpc_partition.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/ia64/sn/kernel/xpc_partition.c b/arch/ia64/sn/kernel/xpc_partition.c index cf02a9b..6bc0409 100644 --- a/arch/ia64/sn/kernel/xpc_partition.c +++ b/arch/ia64/sn/kernel/xpc_partition.c @@ -874,6 +874,9 @@ xpc_partition_disengaged(struct xpc_partition *part) * request in a timely fashion, so assume it's dead. */ + dev_info(xpc_part, "disengage from remote partition %d " + "timed out\n", partid); + xpc_disengage_request_timedout = 1; xpc_clear_partition_engaged(1UL << partid); disengaged = 1; } |