[patch 06/10] Introduce path_put()

2007-10-09 Thread Jan Blunck
* Add path_put() functions for releasing a reference to the dentry and vfsmount of a struct path in the right order * Switch from path_release(nd) to path_put(&nd->path) * Rename dput_path() to path_put_conditional() Signed-off-by: Jan Blunck <[EMAIL PROTECTED]> Signed-off-by: Andreas Gruenbac

Re: [patch 06/10] Introduce path_put()

2007-09-28 Thread Christoph Hellwig
On Thu, Sep 27, 2007 at 04:12:06PM +0200, [EMAIL PROTECTED] wrote: > * Add path_put() functions for releasing a reference to the dentry and > vfsmount of a struct path in the right order > > * Switch from path_release(nd) to path_put(&nd->path) > > * Rename dput_path() to path_put_conditional()

[patch 06/10] Introduce path_put()

2007-09-27 Thread jblunck
* Add path_put() functions for releasing a reference to the dentry and vfsmount of a struct path in the right order * Switch from path_release(nd) to path_put(&nd->path) * Rename dput_path() to path_put_conditional() Signed-off-by: Jan Blunck <[EMAIL PROTECTED]> Signed-off-by: Andreas Gruenbac