commit | ea022dfb3c2a4680483b00eb2fecc9fc4f6091d1 | [log] [tgz] |
---|---|---|
author | Al Viro <viro@zeniv.linux.org.uk> | Thu May 03 10:14:29 2012 -0400 |
committer | Al Viro <viro@zeniv.linux.org.uk> | Tue May 29 23:28:40 2012 -0400 |
tree | a1fc74b921ef4ea32603492f2a500b016e15e377 | |
parent | 408bd629badbd4353b238ab6f58001529b274d73 [diff] |
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>