summaryrefslogtreecommitdiff
path: root/fs/ceph/auth.c
diff options
context:
space:
mode:
authorSage Weil <sage@newdream.net>2010-05-24 22:15:51 +0400
committerSage Weil <sage@newdream.net>2010-05-29 20:12:35 +0400
commitaa91647c898d62e869fcf35e977ab3c533be8fc1 (patch)
tree6a5ff908ecb2732d891baa4bac52b5690130e887 /fs/ceph/auth.c
parent0aa12fb439838a85802ab8b7fbb9bcfc3e6e05cb (diff)
downloadlinux-aa91647c898d62e869fcf35e977ab3c533be8fc1.tar.xz
ceph: make mds requests killable, not interruptible
The underlying problem is that many mds requests can't be restarted. For example, a restarted create() would return -EEXIST if the original request succeeds. However, we do not want a hung MDS to hang the client too. So, use the _killable wait_for_completion variants to abort on SIGKILL but nothing else. Signed-off-by: Sage Weil <sage@newdream.net>
Diffstat (limited to 'fs/ceph/auth.c')
0 files changed, 0 insertions, 0 deletions