[PATCH v2 0/5] PMFS: Rebase to Linux 3.9

Ross Zwisler ross.zwisler at linux.intel.com
Mon May 6 18:37:35 EDT 2013


> This patchset moves PMFS forward to Linux 3.9

PMFS has been ported to the 3.9 version of the Linux kernel, and that version
is now the new "master" branch on our GitHub repository.

Here are the steps to move your current 3.3 based master to 3.9:

    [ rzwisler at innistrad ~/pmfs-github (master) ]
    $ git fetch
    From github.com:linux-pmfs/pmfs
     + 4e99af0...91d6750 master     -> origin/master  (forced update)

    [ rzwisler at innistrad ~/pmfs-github (master) ]
    $ git checkout origin/master
    Note: checking out 'origin/master'.

    You are in 'detached HEAD' state. You can look around, make experimental
    changes and commit them, and you can discard any commits you make in this
    state without impacting any branches by performing another checkout.

    If you want to create a new branch to retain commits you create, you may
    do so (now or later) by using -b with the checkout command again. Example:

      git checkout -b new_branch_name

    HEAD is now at 91d6750... PMFS: Update README.md with mailing list info

    [ rzwisler at innistrad ~/pmfs-github ((91d6750...)) ]
    $ git branch -D master
    Deleted branch master (was 4e99af0).

    [ rzwisler at innistrad ~/pmfs-github ((91d6750...)) ]
    $ git checkout -b master origin/master
    Branch master set up to track remote branch master from origin.
    Switched to a new branch 'master'

This will totally wipe out your existing master branch, so please make sure
that any work you have done is saved off into other branches.  This process
won't touch any of your other branches.

The old 3.3 code will still be available on GitHub as the "pmfs_3.3" branch.

Thanks,
- Ross





More information about the Linux-pmfs mailing list