diff options
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(); |