mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-01-01 02:33:57 +00:00
autofs: remove unused ino field inode
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>
This commit is contained in:
parent
ba97a0a3a3
commit
7ffe4e90a0
@ -51,8 +51,6 @@ extern struct file_system_type autofs_fs_type;
|
|||||||
*/
|
*/
|
||||||
struct autofs_info {
|
struct autofs_info {
|
||||||
struct dentry *dentry;
|
struct dentry *dentry;
|
||||||
struct inode *inode;
|
|
||||||
|
|
||||||
int flags;
|
int flags;
|
||||||
|
|
||||||
struct completion expire_complete;
|
struct completion expire_complete;
|
||||||
|
Loading…
Reference in New Issue
Block a user