]> www.infradead.org Git - users/jedix/linux-maple.git/commit
ovl: change inode_lock to mutex_lock
authorShan Hai <shan.hai@oracle.com>
Tue, 1 Aug 2017 01:26:19 +0000 (09:26 +0800)
committerShan Hai <shan.hai@oracle.com>
Fri, 4 Aug 2017 05:54:50 +0000 (13:54 +0800)
commit8aa846dd789c478d085e531425915a2b8db060ac
tree4796b669ec2c9e8c4c4ed725ada18a59bb0b02ea
parentd8a9fcabeabfd2b5395b1c17ee1464fa73c50368
ovl: change inode_lock to mutex_lock

Orabug: 26401569

Change the lock type in order to back port the patch to the current
kernel which uses mutex_lock instead of inode_lock.

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