From: Martin Schwidefsky Date: Thu, 26 Mar 2009 14:24:21 +0000 (+0100) Subject: [S390] clock sync mode flags X-Git-Tag: v2.6.30-rc1~659^2~41 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8283cb43ab3e92a039d3486a0f6253df95a5fa55;p=pandora-kernel.git [S390] clock sync mode flags The clock sync mode flag CLOCK_SYNC_STP is not cleared when stp is set offline. In this case the get_sync_clock() function returns -EACCESS and the dasd driver will block all i/o until stp is enabled again. In addition get_sync_clock can return -EACCESS if the clock is not in sync instead of -EAGAIN. Rework the stp/etr online handling to fix these problems. Signed-off-by: Martin Schwidefsky --- Reading git-diff-tree failed