]> www.infradead.org Git - users/jedix/linux-maple.git/commit
ovl: convert inode_lock to mutex_lock
authorShan Hai <shan.hai@oracle.com>
Mon, 24 Jul 2017 05:43:35 +0000 (13:43 +0800)
committerShan Hai <shan.hai@oracle.com>
Fri, 4 Aug 2017 05:50:04 +0000 (13:50 +0800)
commit2c621ad7e299957f5e9d967caab485d6d9885e43
tree2de6689f35589566eb9db809bddf40b69c7a427b
parent5be3e97db19bc6322135e3761914cdddcc13e801
ovl: convert inode_lock to mutex_lock

Orabug: 26401569

This patch is a fix to the conflict of the upstream commit bb0d2b8ad29
(ovl: fix sgid on directory), convert the lock type to match with the
lock usage of the current kernel.

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