nfsd: reorder printk in do_probe_callback to avoid use-after-free
authorJ. Bruce Fields <bfields@citi.umich.edu>
Mon, 5 May 2008 23:47:29 +0000 (19:47 -0400)
committerJ. Bruce Fields <bfields@citi.umich.edu>
Sun, 18 May 2008 23:13:07 +0000 (19:13 -0400)
commit88dd0be3874566796fa4ffbdf927a53c4a6a2f4b
tree29cb36a8d21d274e5a7dbd11ec69da225d328c65
parentb8291ad07a7f3b5b990900f0001198ac23ba893e
nfsd: reorder printk in do_probe_callback to avoid use-after-free

We're currently dereferencing the client after we drop our reference
count to it.

Signed-off-by: J. Bruce Fields <bfields@citi.umich.edu>
fs/nfsd/nfs4callback.c