[<prev] [next>] [day] [month] [year] [list]
Message-ID: <20080328221627.GG10722@ZenIV.linux.org.uk>
Date: Fri, 28 Mar 2008 22:16:27 +0000
From: Al Viro <viro@...IV.linux.org.uk>
To: Linus Torvalds <torvalds@...ux-foundation.org>
Cc: linux-kernel@...r.kernel.org
Subject: [git pull] more vfs fixes
Sanitized locking for ->mnt_expiry, race fixes for shrink_submounts(),
some stack footprint reduction on using struct path instead of struct
nameidata in several places in namespace.c (more will be possible once
we sanitize prototypes of several LSM hooks, but that's post-25).
Please, pull from
git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6.git/ for-linus
Shortlog:
Al Viro (5):
reduce stack footprint in namespace.c
count ghost references to vfsmounts
sanitize locking in mark_mounts_for_expiry() and shrink_submounts()
do shrink_submounts() for all fs types
mnt_expire is protected by namespace_sem, no need for vfsmount_lock
Diffstat:
fs/afs/internal.h | 1 -
fs/afs/mntpt.c | 8 --
fs/afs/super.c | 1 -
fs/cifs/cifs_dfs_ref.c | 1 -
fs/namespace.c | 200 +++++++++++++++++-------------------------------
fs/nfs/super.c | 2 -
fs/pnode.c | 2 +-
include/linux/mount.h | 2 +-
8 files changed, 71 insertions(+), 146 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