Bug 49561 (ocfs-readlink) - [BISECTED]ocfs2 hangs on readlink syscall
Summary: [BISECTED]ocfs2 hangs on readlink syscall
Status: NEW
Alias: ocfs-readlink
Product: File System
Classification: Unclassified
Component: ocfs2 (show other bugs)
Hardware: All Linux
: P1 normal
Assignee: fs_ocfs2
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-10-26 03:31 UTC by Alexey Shvetsov
Modified: 2016-03-20 10:12 UTC (History)
3 users (show)

See Also:
Kernel Version: 3.6
Subsystem:
Regression: Yes
Bisected commit-id:


Attachments

Description Alexey Shvetsov 2012-10-26 03:31:04 UTC
In recent kernels like 3.6 ocfs2 hangs on readlink syscall with recent coreutils.
Commit that caused that failure is the following 
commit ea022dfb3c2a4680483b00eb2fecc9fc4f6091d1
Author: Al Viro <viro@zeniv.linux.org.uk>
Date:   Thu May 3 10:14:29 2012 -0400

    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>

ea022dfb3c2a4680483b00eb2fecc9fc4f6091d1
Comment 1 Alexey Shvetsov 2012-10-26 03:31:38 UTC
If i revert it fs works fine
Comment 2 Alan 2012-10-29 12:24:13 UTC
I'd suggest dropping Al Viro an email about it
Comment 3 Alexey Shvetsov 2012-12-08 09:13:46 UTC
I did it. But i get no responce =\ Can this commit be reverted in mainline since its major regression
Comment 4 Alexey Shvetsov 2013-12-20 16:50:29 UTC
Still no responce from maintainers, while bugs seems still present on 3.12

Note You need to log in before you can comment on or make changes to this bug.