]> git.proxmox.com Git - mirror_ubuntu-zesty-kernel.git/commit
ocfs: simplify symlink handling
authorAl Viro <viro@zeniv.linux.org.uk>
Thu, 3 May 2012 14:14:29 +0000 (10:14 -0400)
committerAl Viro <viro@zeniv.linux.org.uk>
Wed, 30 May 2012 03:28:40 +0000 (23:28 -0400)
commitea022dfb3c2a4680483b00eb2fecc9fc4f6091d1
treea1fc74b921ef4ea32603492f2a500b016e15e377
parent408bd629badbd4353b238ab6f58001529b274d73
ocfs: simplify symlink handling

seeing that "fast" symlinks still get allocation + copy, we might as
well simply switch them to pagecache-based variant of ->follow_link();
just need an appropriate ->readpage() for them...

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
fs/ocfs2/inode.c
fs/ocfs2/namei.c
fs/ocfs2/symlink.c
fs/ocfs2/symlink.h