| 
									
										
										
										
											2013-08-09 11:51:26 -04:00
										 |  |  | /*
 | 
					
						
							|  |  |  |  * Copyright (c) 2013 Trond Myklebust <Trond.Myklebust@netapp.com> | 
					
						
							|  |  |  |  */ | 
					
						
							|  |  |  | #include <linux/nfs_fs.h>
 | 
					
						
							|  |  |  | #include "nfs4_fs.h"
 | 
					
						
							|  |  |  | #include "internal.h"
 | 
					
						
							| 
									
										
										
										
											2013-08-14 17:58:28 -04:00
										 |  |  | #include "nfs4session.h"
 | 
					
						
							|  |  |  | #include "callback.h"
 | 
					
						
							| 
									
										
										
										
											2013-08-09 11:51:26 -04:00
										 |  |  | 
 | 
					
						
							|  |  |  | #define CREATE_TRACE_POINTS
 | 
					
						
							|  |  |  | #include "nfs4trace.h"
 | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2013-08-14 15:31:28 -04:00
										 |  |  | #ifdef CONFIG_NFS_V4_1
 | 
					
						
							|  |  |  | EXPORT_TRACEPOINT_SYMBOL_GPL(nfs4_pnfs_read); | 
					
						
							|  |  |  | EXPORT_TRACEPOINT_SYMBOL_GPL(nfs4_pnfs_write); | 
					
						
							|  |  |  | EXPORT_TRACEPOINT_SYMBOL_GPL(nfs4_pnfs_commit_ds); | 
					
						
							|  |  |  | #endif
 |