nfsd: move include of state.h from trace.c to trace.h
authorJeff Layton <jeff.layton@primarydata.com>
Sat, 3 Oct 2015 12:19:57 +0000 (08:19 -0400)
committerJ. Bruce Fields <bfields@redhat.com>
Fri, 23 Oct 2015 19:57:29 +0000 (15:57 -0400)
commit825213e59ec24110b0a0f94456db42621f928421
tree7f645017eaafff5856d45403f2d51556c3e6d26a
parentcc6a7aab5570beef884ff95f7cade6634bf815a1
nfsd: move include of state.h from trace.c to trace.h

Any file which includes trace.h will need to include state.h, even if
they aren't using any state tracepoints. Ensure that we include any
headers that might be needed in trace.h instead of relying on the
*.c files to have the right ones.

Signed-off-by: Jeff Layton <jeff.layton@primarydata.com>
Reviewed-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: J. Bruce Fields <bfields@redhat.com>
fs/nfsd/trace.c
fs/nfsd/trace.h