Re: [PATCH 1/2] vfs: add file_path() helper

From: David Howells
Date: Fri Jun 19 2015 - 04:38:34 EST


Miklos Szeredi <miklos@xxxxxxxxxx> wrote:

> From: Miklos Szeredi <mszeredi@xxxxxxx>
>
> Turn
> d_path(&file->f_path, ...);
> into
> file_path(file, ...);
>
> Signed-off-by: Miklos Szeredi <mszeredi@xxxxxxx>

Acked-by: David Howells <dhowells@xxxxxxxxxx>
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/