]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commit
ovl: don't check rename to self
authorMiklos Szeredi <mszeredi@redhat.com>
Fri, 16 Dec 2016 10:02:55 +0000 (11:02 +0100)
committerMiklos Szeredi <mszeredi@redhat.com>
Fri, 16 Dec 2016 10:02:55 +0000 (11:02 +0100)
commit804032fabb3b5270a7bc355f478eed45b1a5b041
treebb93fe2b08b09092e5e8a365ce1bb17294329de1
parentca4c8a3a800039c2681d609c5b7491c1bd17c0a7
ovl: don't check rename to self

This is redundant, the vfs already performed this check (and was broken,
see commit 9409e22acdfc ("vfs: rename: check backing inode being equal")).

Signed-off-by: Miklos Szeredi <mszeredi@redhat.com>
fs/overlayfs/dir.c