[<prev] [next>] [day] [month] [year] [list]
Message-ID: <20110607130126.GQ11521@ZenIV.linux.org.uk>
Date: Tue, 7 Jun 2011 14:01:26 +0100
From: Al Viro <viro@...IV.linux.org.uk>
To: Linus Torvalds <torvalds@...ux-foundation.org>
Cc: linux-kernel@...r.kernel.org, linux-fsdevel@...r.kernel.org
Subject: [git pull] vfs/fs fixes for -rc3
Contains the set that was in the previous pull request (as the matter
of fact, for-linus-2 is a couple of commits on top of for-linus). New bits:
jfs fix (yet another -PTR_ERR() bug) and Ted's sanitizing of ENOENT/EROFS on
unlink() and rmdir() to match the behaviour of rename(), behaviour of the
unlink()/rmdir() in old kernels *and* what POSIX asks for.
Please, pull from
git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6.git/ for-linus-2
Shortlog:
Al Viro (2):
more conservative S_NOSEC handling
lmLogOpen() broken failure exit
Sage Weil (1):
usb: remove bad dput after dentry_unhash
Theodore Ts'o (1):
vfs: make unlink() and rmdir() return ENOENT in preference to EROFS
Diffstat:
drivers/usb/core/inode.c | 1 -
fs/btrfs/super.c | 2 +-
fs/fuse/inode.c | 2 ++
fs/jfs/jfs_logmgr.c | 2 +-
fs/namei.c | 11 +++++++----
fs/ocfs2/super.c | 2 +-
fs/super.c | 2 +-
include/linux/fs.h | 3 ++-
mm/filemap.c | 2 +-
9 files changed, 16 insertions(+), 11 deletions(-)
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists