summaryrefslogtreecommitdiff
path: root/fs/cifs/cifs_fs_sb.h
diff options
context:
space:
mode:
authorRonnie Sahlberg <lsahlber@redhat.com>2020-11-10 12:34:48 +1000
committerSteve French <stfrench@microsoft.com>2020-12-14 09:16:23 -0600
commitaf1e40d9ac8417839d955ca1ac42f754588937a9 (patch)
treeabf76b4093c696a79e8943eb7c9bf806f3529981 /fs/cifs/cifs_fs_sb.h
parent8401e93678933a140cebfa2e7122c1a6b687c355 (diff)
cifs: remove actimeo from cifs_sb
Can now be accessed via the ctx Signed-off-by: Ronnie Sahlberg <lsahlber@redhat.com> Signed-off-by: Steve French <stfrench@microsoft.com>
Diffstat (limited to 'fs/cifs/cifs_fs_sb.h')
-rw-r--r--fs/cifs/cifs_fs_sb.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/fs/cifs/cifs_fs_sb.h b/fs/cifs/cifs_fs_sb.h
index 3f4f1487f714..69d26313d350 100644
--- a/fs/cifs/cifs_fs_sb.h
+++ b/fs/cifs/cifs_fs_sb.h
@@ -65,7 +65,6 @@ struct cifs_sb_info {
unsigned int bsize;
unsigned int rsize;
unsigned int wsize;
- unsigned long actimeo; /* attribute cache timeout (jiffies) */
atomic_t active;
unsigned int mnt_cifs_flags;
struct delayed_work prune_tlinks;