commit | 34549ab09e62db9703811c6ed4715f2ffa1fd7fb | [log] [tgz] |
---|---|---|
author | Jeff Layton <jlayton@primarydata.com> | Wed Oct 01 08:05:22 2014 -0400 |
committer | J. Bruce Fields <bfields@redhat.com> | Wed Oct 01 12:28:01 2014 -0400 |
tree | e2fb1f1da30e316013984958efcfb2be6aadfaed | |
parent | 24bab491220faa446d945624086d838af41d616c [diff] |
nfsd: eliminate "to_delegation" define We now have cb_to_delegation and to_delegation, which do the same thing and are defined separately in different .c files. Move the cb_to_delegation definition into a header file and eliminate the redundant to_delegation definition. Reviewed-by: Christoph Hellwig <hch@lst.de> Signed-off-by: Jeff Layton <jlayton@primarydata.com>