From svn-commits at oss.oracle.com Wed Sep 18 16:45:46 2013 From: svn-commits at oss.oracle.com (svn-commits at oss.oracle.com) Date: Wed, 18 Sep 2013 16:45:46 -0700 Subject: [Oracleasm-commits] branch, master, updated. d368091e98dc43af2782064f80787d5fe97f57ff Message-ID: This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "The kernel driver for a generic Linux implementation of ASMLib". The branch, master has been updated via d368091e98dc43af2782064f80787d5fe97f57ff (commit) via 600a2f883212328fd84b94d487325070656fa6d3 (commit) from 02792dba2c7709a7a7fb89cc623e83d462368d6f (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit d368091e98dc43af2782064f80787d5fe97f57ff Author: Martin K. Petersen Date: Wed Sep 18 19:29:12 2013 -0400 oracleasm: Add support for new error return codes from block/SCSI Make sure we correctly handle the additional error codes returned by the I/O stack. Signed-off-by: Martin K. Petersen commit 600a2f883212328fd84b94d487325070656fa6d3 Author: Dwight Engen Date: Thu Aug 22 17:19:08 2013 -0400 oracleasm: Compat changes for 3.5 The inode's i_uid field was converted to a kuid_t type to support user namespaces in kernel commit 92361636e. Change initializer type. Signed-off-by: Dwight Engen Signed-off-by: Martin K. Petersen ----------------------------------------------------------------------- Summary of changes: Makefile | 3 ++- configure.in | 6 ++++++ kapi-compat/include/uidgid.h | 7 +++++++ kernel/driver.c | 13 ++++++++++--- 4 files changed, 25 insertions(+), 4 deletions(-) create mode 100644 kapi-compat/include/uidgid.h hooks/post-receive -- The kernel driver for a generic Linux implementation of ASMLib