commit | 0a9c63fae7df086ff5e107273c3cce8642430974 | [log] [tgz] |
---|---|---|
author | Trond Myklebust <Trond.Myklebust@netapp.com> | Fri Jun 15 13:02:58 2012 -0400 |
committer | Trond Myklebust <Trond.Myklebust@netapp.com> | Tue Jun 19 13:32:45 2012 -0400 |
tree | a8636a5d35f0ae5e45f64d27759dd02d7e2ca598 | |
parent | 2a4c8994eeef50796015f8a2005e4a75c1929166 [diff] |
NFSv4.1: Fix a race in set_pnfs_layoutdriver The call to try_module_get() dereferences ld_type outside the spin locks, which means that it may be pointing to garbage if a module unload was in progress. Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>