patch-2.4.4 linux/fs/coda/symlink.c
Next file: linux/fs/coda/sysctl.c
Previous file: linux/fs/coda/psdev.c
Back to the patch index
Back to the overall index
- Lines: 19
- Date:
Wed Apr 25 16:18:54 2001
- Orig file:
v2.4.3/linux/fs/coda/symlink.c
- Orig date:
Fri Dec 29 14:07:57 2000
diff -u --recursive --new-file v2.4.3/linux/fs/coda/symlink.c linux/fs/coda/symlink.c
@@ -26,15 +26,15 @@
{
struct inode *inode = page->mapping->host;
int error;
- struct coda_inode_info *cnp;
+ struct coda_inode_info *cii;
unsigned int len = PAGE_SIZE;
char *p = kmap(page);
lock_kernel();
- cnp = ITOC(inode);
+ cii = ITOC(inode);
coda_vfs_stat.follow_link++;
- error = venus_readlink(inode->i_sb, &(cnp->c_fid), p, &len);
+ error = venus_readlink(inode->i_sb, &cii->c_fid, p, &len);
unlock_kernel();
if (error)
goto fail;
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)