diff options
Diffstat (limited to 'fs/fscache/histogram.c')
| -rw-r--r-- | fs/fscache/histogram.c | 17 | 
1 files changed, 1 insertions, 16 deletions
diff --git a/fs/fscache/histogram.c b/fs/fscache/histogram.c index 15a3d042247e..9a13e9e15b69 100644 --- a/fs/fscache/histogram.c +++ b/fs/fscache/histogram.c @@ -83,24 +83,9 @@ static void fscache_histogram_stop(struct seq_file *m, void *v)  {  } -static const struct seq_operations fscache_histogram_ops = { +const struct seq_operations fscache_histogram_ops = {  	.start		= fscache_histogram_start,  	.stop		= fscache_histogram_stop,  	.next		= fscache_histogram_next,  	.show		= fscache_histogram_show,  }; - -/* - * open "/proc/fs/fscache/histogram" to provide latency data - */ -static int fscache_histogram_open(struct inode *inode, struct file *file) -{ -	return seq_open(file, &fscache_histogram_ops); -} - -const struct file_operations fscache_histogram_fops = { -	.open		= fscache_histogram_open, -	.read		= seq_read, -	.llseek		= seq_lseek, -	.release	= seq_release, -};  | 
