projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ba97a0a
)
autofs: remove unused ino field inode
author
Ian Kent
<raven@themaw.net>
Fri, 8 Jul 2022 01:43:23 +0000
(09:43 +0800)
committer
akpm
<akpm@linux-foundation.org>
Mon, 18 Jul 2022 00:31:42 +0000
(17:31 -0700)
Remove the unused inode field of the autofs dentry info structure.
Link:
https://lkml.kernel.org/r/165724460393.30914.6511330213821246793.stgit@donald.themaw.net
Signed-off-by: Ian Kent <raven@themaw.net>
Cc: Al Viro <viro@ZenIV.linux.org.uk>
Cc: David Howells <dhowells@redhat.com>
Cc: Miklos Szeredi <miklos@szeredi.hu>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
fs/autofs/autofs_i.h
patch
|
blob
|
history
diff --git
a/fs/autofs/autofs_i.h
b/fs/autofs/autofs_i.h
index 0117d6e06300897d388f28a0cce5034221a29b48..d5a44fa88acf9a7bdb4c8f528448be903044d15d 100644
(file)
--- a/
fs/autofs/autofs_i.h
+++ b/
fs/autofs/autofs_i.h
@@
-51,8
+51,6
@@
extern struct file_system_type autofs_fs_type;
*/
struct autofs_info {
struct dentry *dentry;
- struct inode *inode;
-
int flags;
struct completion expire_complete;