Re: [PATCH v2] fs: add file_dentry()

From: Miklos Szeredi
Date: Wed Mar 23 2016 - 10:14:54 EST


On Wed, Mar 23, 2016 at 3:06 PM, William Dauchy <wdauchy@xxxxxxxxx> wrote:
> 4bacc9c9234c ("overlayfs: Make f_path always point to the overlay and
> f_inode to the underlay").
> This commit is from v4.1 if I am not wrong. So the stable tag might be wrong.
>
> Am I missing something?

Use "--contains", otherwise "git describe" will just say which kernel
the patch has been committed to, not which release it appears in.

git describe --contains 4bacc9c9234c
v4.2-rc1~2^2~27

Thanks,
Miklos