From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wm0-f51.google.com ([74.125.82.51]:38214 "EHLO mail-wm0-f51.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750995AbcKGKwE (ORCPT ); Mon, 7 Nov 2016 05:52:04 -0500 Received: by mail-wm0-f51.google.com with SMTP id f82so110147420wmf.1 for ; Mon, 07 Nov 2016 02:52:04 -0800 (PST) From: Miklos Szeredi To: Al Viro Cc: Trond Myklebust , linux-fsdevel@vger.kernel.org, linux-kernel@vger.kernel.org Subject: [RFC/RFT PATCH 0/3] d_time removal Date: Mon, 7 Nov 2016 11:51:57 +0100 Message-Id: <1478515920-20458-1-git-send-email-mszeredi@redhat.com> Sender: linux-fsdevel-owner@vger.kernel.org List-ID: Only two filesystems remaining: nfs and ncpfs. Both use d_fsdata as well as d_time which means we have to allocate a separate structure (RCU freed in case of NFS). I still haven't tested these; hoping someone will do it for me. Thanks, Miklos --- Miklos Szeredi (3): nfs: don't use ->d_time ncpfs: don't use ->d_time vfs: remove ->d_time fs/ncpfs/dir.c | 21 ++++++++++++++++++--- fs/ncpfs/ncplib_kernel.h | 16 +++++++++++++--- fs/nfs/dir.c | 18 ++++++++++++++---- fs/nfs/getroot.c | 4 ++-- fs/nfs/namespace.c | 2 +- fs/nfs/unlink.c | 16 ++++++++-------- include/linux/dcache.h | 7 +++---- include/linux/nfs_fs.h | 19 ++++++++++++++++++- 8 files changed, 77 insertions(+), 26 deletions(-) -- 2.5.5