]> git.baikalelectronics.ru Git - kernel.git/commit
afs: Fix signal handling in some file ops
authorDavid Howells <dhowells@redhat.com>
Mon, 20 Nov 2017 22:41:00 +0000 (22:41 +0000)
committerDavid Howells <dhowells@redhat.com>
Fri, 24 Nov 2017 13:55:35 +0000 (13:55 +0000)
commitbd5af77af38e9aacf51e90ba5c7cbbc7964e4b0a
treef69fafb038b71ddc0cdb6ed21d3c3aa6e6823d47
parent232454afc6d5d696897fb239f885217b1a68c53a
afs: Fix signal handling in some file ops

afs_mkdir(), afs_create(), afs_link() and afs_symlink() all need to drop
the target dentry if a signal causes the operation to be killed immediately
before we try to contact the server.

Signed-off-by: David Howells <dhowells@redhat.com>
fs/afs/dir.c