diff options
author | Jan Harkes <jaharkes@cs.cmu.edu> | 2007-07-19 04:48:51 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | 2007-07-19 13:04:48 -0400 |
commit | 3cf01f28c303be34f18cb4f6204cf1bdfe12ba7c (patch) | |
tree | 140dae900c998f568ddac7bf74e390fda4d5e8ce /fs/coda/symlink.c | |
parent | a1b0aa87647493c0201821ab884e86298d5da7d6 (diff) |
coda: remove statistics counters from /proc/fs/coda
Similar information can easily be obtained with strace -c.
Signed-off-by: Jan Harkes <jaharkes@cs.cmu.edu>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'fs/coda/symlink.c')
-rw-r--r-- | fs/coda/symlink.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/fs/coda/symlink.c b/fs/coda/symlink.c index 76e00a65a75b..4513b7258458 100644 --- a/fs/coda/symlink.c +++ b/fs/coda/symlink.c | |||
@@ -20,7 +20,6 @@ | |||
20 | #include <linux/coda_linux.h> | 20 | #include <linux/coda_linux.h> |
21 | #include <linux/coda_psdev.h> | 21 | #include <linux/coda_psdev.h> |
22 | #include <linux/coda_fs_i.h> | 22 | #include <linux/coda_fs_i.h> |
23 | #include <linux/coda_proc.h> | ||
24 | 23 | ||
25 | static int coda_symlink_filler(struct file *file, struct page *page) | 24 | static int coda_symlink_filler(struct file *file, struct page *page) |
26 | { | 25 | { |
@@ -32,7 +31,6 @@ static int coda_symlink_filler(struct file *file, struct page *page) | |||
32 | 31 | ||
33 | lock_kernel(); | 32 | lock_kernel(); |
34 | cii = ITOC(inode); | 33 | cii = ITOC(inode); |
35 | coda_vfs_stat.follow_link++; | ||
36 | 34 | ||
37 | error = venus_readlink(inode->i_sb, &cii->c_fid, p, &len); | 35 | error = venus_readlink(inode->i_sb, &cii->c_fid, p, &len); |
38 | unlock_kernel(); | 36 | unlock_kernel(); |