[patch 08/10] Introduce path_get()

2007-10-09 Thread Jan Blunck
This introduces the symmetric function to path_put() for getting a reference to the dentry and vfsmount of a struct path in the right order. Signed-off-by: Jan Blunck <[EMAIL PROTECTED]> Signed-off-by: Andreas Gruenbacher <[EMAIL PROTECTED]> Acked-by: Christoph Hellwig <[EMAIL PROTECTED]> --- fs/

Re: [patch 08/10] Introduce path_get()

2007-09-28 Thread Christoph Hellwig
On Thu, Sep 27, 2007 at 04:12:08PM +0200, [EMAIL PROTECTED] wrote: > This introduces the symmetric function to path_put() for getting a reference > to the dentry and vfsmount of a struct path in the right order. Looks good in general, > /** > + * path_get - get a reference to a path > + * @path:

[patch 08/10] Introduce path_get()

2007-09-27 Thread jblunck
This introduces the symmetric function to path_put() for getting a reference to the dentry and vfsmount of a struct path in the right order. Signed-off-by: Jan Blunck <[EMAIL PROTECTED]> Signed-off-by: Andreas Gruenbacher <[EMAIL PROTECTED]> --- fs/namei.c | 17 +++-- incl