summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python
diff options
context:
space:
mode:
authorDavid Howells <dhowells@redhat.com>2024-12-16 23:41:02 +0300
committerChristian Brauner <brauner@kernel.org>2024-12-21 00:34:04 +0300
commitb49194da2aff2c879dec9c59ef8dec0f2b0809ef (patch)
treec209c77eec3f500a3043c88bf10b087cac2e0214 /tools/perf/scripts/python
parent6e0b503dc65c89b83fbfafb4dac5201c844da1de (diff)
downloadlinux-b49194da2aff2c879dec9c59ef8dec0f2b0809ef.tar.xz
afs: Fix EEXIST error returned from afs_rmdir() to be ENOTEMPTY
AFS servers pass back a code indicating EEXIST when they're asked to remove a directory that is not empty rather than ENOTEMPTY because not all the systems that an AFS server can run on have the latter error available and AFS preexisted the addition of that error in general. Fix afs_rmdir() to translate EEXIST to ENOTEMPTY. Fixes: 260a980317da ("[AFS]: Add "directory write" support.") Signed-off-by: David Howells <dhowells@redhat.com> Link: https://lore.kernel.org/r/20241216204124.3752367-13-dhowells@redhat.com cc: Marc Dionne <marc.dionne@auristor.com> cc: linux-afs@lists.infradead.org Signed-off-by: Christian Brauner <brauner@kernel.org>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions