[GIT] Credentials API wrappers for 2.6.27

From: James Morris
Date: Wed Aug 13 2008 - 20:11:06 EST


The patch below from David Howells adds wrappers for the new credentials
wrappers without utilizing them (except for XFS per below), so that
subsystems may be converted over to the new API in smaller pieces.

This approach was suggested by Stephen here:
http://marc.info/?l=linux-kernel&m=121843301206340&w=2

Some changes were made to the XFS code to eliminate namespace collisions,
and these have been updated according to feedback from Christoph (who has
also since ok'd them to me personally).

Please pull.

The following changes since commit 8d0968abd03ec6b407df117adc773562386702fa:
Linus Torvalds (1):
Merge git://git.kernel.org/.../herbert/crypto-2.6

are available in the git repository at:

git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/security-testing-2.6 for-linus

David Howells (1):
CRED: Introduce credential access wrappers

fs/xfs/linux-2.6/xfs_linux.h | 2 -
fs/xfs/xfs_inode.c | 4 +-
fs/xfs/xfs_vnodeops.c | 8 +++---
include/linux/cred.h | 50 ++++++++++++++++++++++++++++++++++++++++++
include/linux/sched.h | 1 +
5 files changed, 57 insertions(+), 8 deletions(-)
create mode 100644 include/linux/cred.h


--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/