]> 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)
commitfb4c00036b9f6308d7dcb5e4c01f0d12b9732833
treea1fc74b921ef4ea32603492f2a500b016e15e377
parent0484ecd06508c8a6ecc65f8ab70ab39735b43463
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