]> git.ipfire.org Git - thirdparty/samba.git/commit
vfs_recycle: prevent flooding the log if we're called on non-existant paths
authorRalph Boehme <slow@samba.org>
Fri, 6 Mar 2020 11:22:25 +0000 (12:22 +0100)
committerIsaac Boukris <iboukris@sn-devel-184>
Mon, 9 Mar 2020 14:15:06 +0000 (14:15 +0000)
commitf92af66190281a04c6687eb91fea3b41c616c19e
tree72aa114b9b9353ae4eb274fda9c73157e65f93e5
parentbe90ab01bb46ed38ab6c2dd737c66a9537c04327
vfs_recycle: prevent flooding the log if we're called on non-existant paths

vfs_recycle is assuming that any path passed to unlink must exist, otherwise it
logs this error. Turn this into a DEBUG level message.

BUG: https://bugzilla.samba.org/show_bug.cgi?id=14316
See also: https://bugzilla.redhat.com/show_bug.cgi?id=1780802

Signed-off-by: Ralph Boehme <slow@samba.org>
Reviewed-by: Isaac Boukris <iboukris@samba.org>
Autobuild-User(master): Isaac Boukris <iboukris@samba.org>
Autobuild-Date(master): Mon Mar  9 14:15:06 UTC 2020 on sn-devel-184
source3/modules/vfs_recycle.c