[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1478515920-20458-1-git-send-email-mszeredi@redhat.com>
Date: Mon, 7 Nov 2016 11:51:57 +0100
From: Miklos Szeredi <mszeredi@...hat.com>
To: Al Viro <viro@...IV.linux.org.uk>
Cc: Trond Myklebust <trond.myklebust@...marydata.com>,
linux-fsdevel@...r.kernel.org, linux-kernel@...r.kernel.org
Subject: [RFC/RFT PATCH 0/3] d_time removal
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
Powered by blists - more mailing lists