Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1516000
| From | Miklos Szeredi <mszeredi@redhat.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [RFC/RFT PATCH 0/3] d_time removal |
| Date | 2016-11-07 12:00 +0100 |
| Message-ID | <sAPOG-1YQ-27@gated-at.bofh.it> (permalink) |
| Organization | linux.* mail to news gateway |
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
Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread
[RFC/RFT PATCH 0/3] d_time removal Miklos Szeredi <mszeredi@redhat.com> - 2016-11-07 12:00 +0100 [PATCH 1/3] nfs: don't use ->d_time Miklos Szeredi <mszeredi@redhat.com> - 2016-11-07 12:00 +0100 [PATCH 2/3] ncpfs: don't use ->d_time Miklos Szeredi <mszeredi@redhat.com> - 2016-11-07 12:10 +0100 [PATCH 3/3] vfs: remove ->d_time Miklos Szeredi <mszeredi@redhat.com> - 2016-11-07 13:00 +0100
csiph-web