commit | 008b150a3c4d971cd65d02d107b8fcc860bc959c | [log] [tgz] |
---|---|---|
author | Al Viro <[email protected]> | Sat Aug 20 00:17:39 2005 +0100 |
committer | Linus Torvalds <[email protected]> | Fri Aug 19 18:08:21 2005 -0700 |
tree | 8594c24dbb13dc253f41ef885a8ac899f0e434c1 | |
parent | cc314eef0128a807e50fa03baf2d0abc0647952c [diff] |
[PATCH] Fix up symlink function pointers This fixes up the symlink functions for the calling convention change: * afs, autofs4, befs, devfs, freevxfs, jffs2, jfs, ncpfs, procfs, smbfs, sysvfs, ufs, xfs - prototype change for ->follow_link() * befs, smbfs, xfs - same for ->put_link() Signed-off-by: Linus Torvalds <[email protected]>