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

Fixes for mounting loopback devices on F2FS partitions #7

Open
wants to merge 2 commits into
base: nougat-7.0.0-release-griffin
Choose a base branch
from

Commits on Feb 26, 2017

  1. f2fs: fix missing read/write function pointers

    Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>
    Stark2x committed Feb 26, 2017
    Configuration menu
    Copy the full SHA
    f24e3a5 View commit details
    Browse the repository at this point in the history
  2. f2fs: set dentry bits on random location in memory

    This fixes pointer panic when using inline_dentry, which was triggered when
    backporting to 3.10.
    
    Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>
    Stark2x committed Feb 26, 2017
    Configuration menu
    Copy the full SHA
    dc1f1de View commit details
    Browse the repository at this point in the history