commit | 4dd86e150f63a6c360783f163a979ec563e6d570 | [log] [tgz] |
---|---|---|
author | Trond Myklebust <trond.myklebust@primarydata.com> | Fri Apr 18 14:43:58 2014 -0400 |
committer | J. Bruce Fields <bfields@redhat.com> | Tue May 06 17:54:53 2014 -0400 |
tree | f47c24eb88b87a46471c9516f2e9b35068194371 | |
parent | 12dd7ecf2323c572b1d302707eada4900848dced [diff] |
NFSd: Remove 'inline' designation for free_client() It is large, it is used in more than one place, and it is not performance critical. Let gcc figure out whether it should be inlined... Signed-off-by: Trond Myklebust <trond.myklebust@primarydata.com> Signed-off-by: J. Bruce Fields <bfields@redhat.com>