From mboxrd@z Thu Jan 1 00:00:00 1970 From: Al Viro Date: Wed, 19 Nov 2014 19:34:04 +0000 Subject: [Cluster-devel] [gfs2 patches in vfs.git] Message-ID: <20141119193404.GY7996@ZenIV.linux.org.uk> List-Id: To: cluster-devel.redhat.com MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit This stuff is around ->atomic_open() and my main goal here is to eliminate the cases when d_splice_alias() is used on a hashed dentry. Patches in question sit in vfs.git#for-gfs2, and that branch isn't going to be rebased; I'd prefer if it was pulled instead of having them applied manually. Shortlog: Al Viro (3): gfs2: bugger off early if O_CREAT open finds a directory gfs2_create_inode(): don't bother with d_splice_alias() gfs2_atomic_open(): simplify the use of finish_no_open() Diffstat: fs/gfs2/inode.c | 26 +++++++++----------------- 1 file changed, 9 insertions(+), 17 deletions(-) Patches themselves are in followups.