X-Git-Url: http://pileus.org/git/?a=blobdiff_plain;f=fs%2Fcoda%2Fsymlink.c;h=4513b7258458716a082255c3d5a438592c505671;hb=349e1fba7e63b1067b5915337986060c13d9edd0;hp=76e00a65a75be512d0838d8d3b21e19873b1a6d1;hpb=9f2fa466383ce100b90fe52cb4489d7a26bf72a9;p=~andy%2Flinux diff --git a/fs/coda/symlink.c b/fs/coda/symlink.c index 76e00a65a75..4513b725845 100644 --- a/fs/coda/symlink.c +++ b/fs/coda/symlink.c @@ -20,7 +20,6 @@ #include #include #include -#include static int coda_symlink_filler(struct file *file, struct page *page) { @@ -32,7 +31,6 @@ static int coda_symlink_filler(struct file *file, struct page *page) lock_kernel(); cii = ITOC(inode); - coda_vfs_stat.follow_link++; error = venus_readlink(inode->i_sb, &cii->c_fid, p, &len); unlock_kernel();