[git pull] vfs/fs fixes for -rc3

From: Al Viro
Date: Tue Jun 07 2011 - 09:01:32 EST


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@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/