From: "J. Bruce Fields" Subject: nfsd patches for 2.6.29 Date: Wed, 18 Mar 2009 12:21:30 -0400 Message-ID: <1237393292-14934-1-git-send-email-bfields@fieldses.org> Cc: linux-nfs@vger.kernel.org, linux-kernel@vger.kernel.org, Igor Zhbanov , Serge Hallyn To: Linus Torvalds Return-path: Received: from mail.fieldses.org ([141.211.133.115]:49032 "EHLO pickle.fieldses.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752811AbZCRQVj (ORCPT ); Wed, 18 Mar 2009 12:21:39 -0400 Sender: linux-nfs-owner@vger.kernel.org List-ID: The following bugfixes are also available from the for-2.6.29 git repository at: git://linux-nfs.org/~bfields/linux.git for-2.6.29 The CAP_MKNOD change should really go into CAP_FS_MASK, but that will be a user-visible change, and some more deliberation may be required to be sure we have CAP_FS_MASK exactly right; so I prefer to go ahead with the one obvious nfsd-specific change now. --b. Benny Halevy (1): NFSD: provide encode routine for OP_OPENATTR J. Bruce Fields (1): nfsd: nfsd should drop CAP_MKNOD for non-root fs/nfsd/nfs4xdr.c | 1 + include/linux/capability.h | 6 ++++-- 2 files changed, 5 insertions(+), 2 deletions(-)