Re: [autofs] [PATCH 13/18] autofs4: Clean up autofs4_free_ino() [ver #4]

2011-01-14 Thread Al Viro
On Thu, Jan 13, 2011 at 09:55:09PM +, David Howells wrote: From: Ian Kent ra...@themaw.net When this function is called the local reference count does't need to be updated since the dentry is going away and dput definitely must not be called here. Also the autofs info struct field

[autofs] [PATCH 13/18] autofs4: Clean up autofs4_free_ino() [ver #4]

2011-01-13 Thread David Howells
From: Ian Kent ra...@themaw.net When this function is called the local reference count does't need to be updated since the dentry is going away and dput definitely must not be called here. Also the autofs info struct field inode isn't used so remove it. Signed-off-by: Ian Kent ra...@themaw.net