commit | b89b12b46211d971d75e5ca8249817bc9e11c453 | [log] [tgz] |
---|---|---|
author | Al Viro <viro@zeniv.linux.org.uk> | Sun Jan 16 21:42:32 2011 -0500 |
committer | Al Viro <viro@zeniv.linux.org.uk> | Tue Jan 18 01:21:29 2011 -0500 |
tree | 3b846ec3daa6ce9e301668121b8c335b0d879470 | |
parent | 26e6c910670171410577c7df2aebe94cef76e150 [diff] |
autofs4: clean ->d_release() and autofs4_free_ino() up The latter is called only when both ino and dentry are about to be freed, so cleaning ->d_fsdata and ->dentry is pointless. Acked-by: Ian Kent <raven@themaw.net> Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>