From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ian Kent Subject: [PATCH 00/10] Series short description Date: Thu, 12 Jun 2008 12:40:05 +0800 Message-ID: <20080612043606.23538.59152.stgit@raven.themaw.net> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: autofs-bounces@linux.kernel.org Errors-To: autofs-bounces@linux.kernel.org To: Jim Carter , autofs mailing list The following series implements... --- Ian Kent (8): autofs4 - fix pending mount race. autofs4 - use lookup intent flags to trigger mounts autofs4 - don't release directory mutex if called in oz_mode autofs4 - use rehash list for lookups autofs4 - don't make expiring dentry negative autofs4 - fix mntput, dput order bug autofs4 - fix sparse warning in waitq.c:autofs4_expire_indirect() autofs4 - check for invalid dentry in getpath Jeff Moyer (2): autofs4 - use struct qstr in waitq.c autofs4 - fix incorrect return from root.c:try_to_fill_dentry() fs/autofs4/autofs_i.h | 12 +- fs/autofs4/expire.c | 26 ++--- fs/autofs4/inode.c | 29 +++--- fs/autofs4/root.c | 248 +++++++++++++++++++++++++++++++++---------------- fs/autofs4/waitq.c | 203 ++++++++++++++++++++++++++-------------- 5 files changed, 333 insertions(+), 185 deletions(-) --