]> www.infradead.org Git - users/jedix/linux-maple.git/commit
ovl: rename is_merge to is_lowest
authorMiklos Szeredi <mszeredi@redhat.com>
Mon, 21 Mar 2016 16:31:46 +0000 (17:31 +0100)
committerShan Hai <shan.hai@oracle.com>
Fri, 4 Aug 2017 05:54:25 +0000 (13:54 +0800)
commit13f2e865a5766bc09ec019ffad0463d6f0f82d6d
tree1d90e9ce446712678993ab4e98821d25ef4a5c68
parent8f6be43b5fe08cccae6b17c7c2c76e27d4262876
ovl: rename is_merge to is_lowest

The 'is_merge' is an historical naming from when only a single lower layer
could exist.  With the introduction of multiple lower layers the meaning of
this flag was changed to mean only the "lowest layer" (while all lower
layers were being merged).

So now 'is_merge' is inaccurate and hence renaming to 'is_lowest'

Signed-off-by: Miklos Szeredi <mszeredi@redhat.com>
Orabug: 26401569

(backport upstream commit 56656e960b555cb98bc414382566dcb59aae99a2)

Signed-off-by: Shan Hai <shan.hai@oracle.com>
Reviewed-by: Somasundaram Krishnasamy <somasundaram.krishnasamy@oracle.com>
fs/overlayfs/readdir.c