From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from icp-osb-irony-out4.external.iinet.net.au ([203.59.1.220]:13399 "EHLO icp-osb-irony-out4.external.iinet.net.au" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S2390243AbeKWVZc (ORCPT ); Fri, 23 Nov 2018 16:25:32 -0500 Subject: [PATCH v2 0/5] autofs updates From: Ian Kent To: Andrew Morton Cc: Al Viro , autofs mailing list , linux-fsdevel , Kernel Mailing List Date: Fri, 23 Nov 2018 18:41:41 +0800 Message-ID: <154296962626.9889.644199825100770992.stgit@pluto-themaw-net> MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit Sender: linux-fsdevel-owner@vger.kernel.org List-ID: - improve file system verification for ioctl case. - fix potential inode leak in mount code. - add "strictexpire" autofs mount option. v2 changes: - fix compile error. - deffer some of the mount option re-factoring to try and avoid any conflicts with linux-next. --- Ian Kent (5): autofs - improve ioctl sbi checks autofs - fix possible inode leak in autofs_fill_super() autofs - simplify parse_options() function call autofs - change catatonic setting to a bit flag autofs - add strictexpire mount option fs/autofs/autofs_i.h | 11 ++++-- fs/autofs/dev-ioctl.c | 29 +++++----------- fs/autofs/init.c | 2 + fs/autofs/inode.c | 75 +++++++++++++++++++++++++----------------- fs/autofs/root.c | 16 ++++++--- fs/autofs/waitq.c | 10 +++--- include/uapi/linux/auto_fs.h | 2 + 7 files changed, 78 insertions(+), 67 deletions(-) -- Ian