]> git.baikalelectronics.ru Git - 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)
commit82f31e94d3f32f15e228192848d24ca8701b7950
treea1fc74b921ef4ea32603492f2a500b016e15e377
parentc9d3d1332c665b29e088b77bce0532dec5c348ab
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