commit | 84a80f62f71beac20a426709c04b49f2bd352291 | [log] [tgz] |
---|---|---|
author | Trond Myklebust <trond.myklebust@primarydata.com> | Mon Mar 09 15:23:35 2015 -0400 |
committer | Trond Myklebust <trond.myklebust@primarydata.com> | Fri Mar 27 12:32:24 2015 -0400 |
tree | 8a6da9805e36e26425a2e482e6233dabebca60ca | |
parent | 2854475f6c612d59901d51c358abd05643278b53 [diff] |
NFSv4.1: Convert pNFS deviceid to use kfree_rcu() Use of synchronize_rcu() when unmounting and potentially freeing a lot of deviceids is problematic. There really is no reason why we can't just use kfree_rcu() here. Signed-off-by: Trond Myklebust <trond.myklebust@primarydata.com>