Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fs: client: reference counting 'struct Fh' #5222

Merged
1 commit merged into from Jul 29, 2015
Merged

fs: client: reference counting 'struct Fh' #5222

1 commit merged into from Jul 29, 2015

Commits on Jul 14, 2015

  1. client: reference counting 'struct Fh'

    The async readahead finisher needs to reference 'struct Fh'. But
    it's possible user closes FD and free the corresponding 'struct Fh'
    before async readahead finishes.
    
    Fixes: #12088
    Signed-off-by: Yan, Zheng <zyan@redhat.com>
    (cherry picked from commit 34b939a)
    ukernel committed Jul 14, 2015
    Copy the full SHA
    3c8cdea View commit details
    Browse the repository at this point in the history